summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/extensions
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-02-07 07:50:25 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-02-07 07:50:25 +0000
commit3f4429cafc470dfec17885d1a4de0db407a2f06a (patch)
tree6bf8116fd08a68e46ab90f8e2840b6a18d81dc21 /pkgs/desktops/gnome-3/extensions
parentf0d8828b86c8105f722e9b1cceec50bcba1c9df6 (diff)
downloadnixpkgs-3f4429cafc470dfec17885d1a4de0db407a2f06a.tar
nixpkgs-3f4429cafc470dfec17885d1a4de0db407a2f06a.tar.gz
nixpkgs-3f4429cafc470dfec17885d1a4de0db407a2f06a.tar.bz2
nixpkgs-3f4429cafc470dfec17885d1a4de0db407a2f06a.tar.lz
nixpkgs-3f4429cafc470dfec17885d1a4de0db407a2f06a.tar.xz
nixpkgs-3f4429cafc470dfec17885d1a4de0db407a2f06a.tar.zst
nixpkgs-3f4429cafc470dfec17885d1a4de0db407a2f06a.zip
gnomeExtensions.unite: 44 -> 45
Diffstat (limited to 'pkgs/desktops/gnome-3/extensions')
-rw-r--r--pkgs/desktops/gnome-3/extensions/unite/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/extensions/unite/default.nix b/pkgs/desktops/gnome-3/extensions/unite/default.nix
index 9d58a923740..1949b97fafb 100644
--- a/pkgs/desktops/gnome-3/extensions/unite/default.nix
+++ b/pkgs/desktops/gnome-3/extensions/unite/default.nix
@@ -1,13 +1,13 @@
 { lib, stdenv, gnome3, fetchFromGitHub, xprop, glib, coreutils }:
 stdenv.mkDerivation rec {
   pname = "gnome-shell-extension-unite";
-  version = "44";
+  version = "45";
 
   src = fetchFromGitHub {
     owner = "hardpixel";
     repo = "unite-shell";
     rev = "v${version}";
-    sha256 = "0nqc1q2yz4xa3fdfx45w6da1wijmdwzhdrch0mqwblgbpjr4fs9g";
+    sha256 = "sha256-ghmCnzlPvxHEy2ro1AL+T2yiavJVrPhRfIKbMBwMjac=";
   };
 
   uuid = "unite@hardpixel.eu";