summary refs log tree commit diff
path: root/pkgs/desktops/gnome/extensions
diff options
context:
space:
mode:
authorzzzsyyy <me@zzzsy.top>2023-07-07 19:55:12 +0800
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-07-07 09:30:33 -0300
commitcbec01c9c7b8e3dca670ef4c50ca08b6a1915607 (patch)
tree0a902bd5d066c9a064677d3ec75a1de9db671b50 /pkgs/desktops/gnome/extensions
parenta72142410dc4a7ab1b752082a7e5eac8e2bfe69e (diff)
downloadnixpkgs-cbec01c9c7b8e3dca670ef4c50ca08b6a1915607.tar
nixpkgs-cbec01c9c7b8e3dca670ef4c50ca08b6a1915607.tar.gz
nixpkgs-cbec01c9c7b8e3dca670ef4c50ca08b6a1915607.tar.bz2
nixpkgs-cbec01c9c7b8e3dca670ef4c50ca08b6a1915607.tar.lz
nixpkgs-cbec01c9c7b8e3dca670ef4c50ca08b6a1915607.tar.xz
nixpkgs-cbec01c9c7b8e3dca670ef4c50ca08b6a1915607.tar.zst
nixpkgs-cbec01c9c7b8e3dca670ef4c50ca08b6a1915607.zip
paperwm: fix broken source hash
Diffstat (limited to 'pkgs/desktops/gnome/extensions')
-rw-r--r--pkgs/desktops/gnome/extensions/paperwm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome/extensions/paperwm/default.nix b/pkgs/desktops/gnome/extensions/paperwm/default.nix
index 6b3a9ccf545..9bfa5f0761b 100644
--- a/pkgs/desktops/gnome/extensions/paperwm/default.nix
+++ b/pkgs/desktops/gnome/extensions/paperwm/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation (finalAttrs: {
     owner = "paperwm";
     repo = "PaperWM";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-QTeUbhqHi1fMhw5cgT5S6JGgDaPhBuMwn4nRcp7mSMU=";
+    hash = "sha256-oGBnQGtx2ku4cfgZkZ3OdHlVuiYR8hy1eYDWDZP3fn4=";
   };
 
   dontConfigure = true;