summary refs log tree commit diff
path: root/pkgs/tools/misc/clipster
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-05 13:24:12 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-05 13:24:12 +0000
commit9ae8234e8ff0f6c079389fca7e01937461e657fa (patch)
treed6a03bcd9473b0a35c2b0bb674c6e01faba880ec /pkgs/tools/misc/clipster
parente72e35d655a99f61aa9d7f604a7c230c9b871eb3 (diff)
downloadnixpkgs-9ae8234e8ff0f6c079389fca7e01937461e657fa.tar
nixpkgs-9ae8234e8ff0f6c079389fca7e01937461e657fa.tar.gz
nixpkgs-9ae8234e8ff0f6c079389fca7e01937461e657fa.tar.bz2
nixpkgs-9ae8234e8ff0f6c079389fca7e01937461e657fa.tar.lz
nixpkgs-9ae8234e8ff0f6c079389fca7e01937461e657fa.tar.xz
nixpkgs-9ae8234e8ff0f6c079389fca7e01937461e657fa.tar.zst
nixpkgs-9ae8234e8ff0f6c079389fca7e01937461e657fa.zip
clipster: 2.0.2 -> 2.1.1
Diffstat (limited to 'pkgs/tools/misc/clipster')
-rw-r--r--pkgs/tools/misc/clipster/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/clipster/default.nix b/pkgs/tools/misc/clipster/default.nix
index 4e278b8cc62..e8bbb9540a1 100644
--- a/pkgs/tools/misc/clipster/default.nix
+++ b/pkgs/tools/misc/clipster/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation  rec {
   pname = "clipster";
-  version = "2.0.2";
+  version = "2.1.1";
 
   src = fetchFromGitHub {
     owner = "mrichar1";
     repo = "clipster";
     rev = version;
-    sha256 = "0582r8840dk4k4jj1zq6kmyh7z9drcng099bj7f4wvr468nb9z1p";
+    sha256 = "sha256-MLLkFsBBQtb7RFQN+uoEmuCn5bnbkYsqoyWGZtTCI2U=";
   };
 
   pythonEnv = python3.withPackages(ps: with ps; [ pygobject3 ]);