summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/polypane
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@sap.com>2022-11-25 22:38:10 +0100
committerSandro Jäckel <sandro.jaeckel@sap.com>2022-11-25 22:38:10 +0100
commit55ad6dd7f5cafcae2790c9a919bd94c4e99ac96c (patch)
tree62c37ab463c48b267e8b3dd35da52bea01c6e1b9 /pkgs/applications/networking/browsers/polypane
parentd6d06272a3a73e695bcd456f01e3952d2b0071ba (diff)
polypane: fix source hash
Diffstat (limited to 'pkgs/applications/networking/browsers/polypane')
-rw-r--r--pkgs/applications/networking/browsers/polypane/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/polypane/default.nix b/pkgs/applications/networking/browsers/polypane/default.nix
index ad7f6e5154ada..87dc7dcb1d019 100644
--- a/pkgs/applications/networking/browsers/polypane/default.nix
+++ b/pkgs/applications/networking/browsers/polypane/default.nix
@@ -7,7 +7,7 @@ let
   src = fetchurl {
     url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
     name = "${pname}-${version}.AppImage";
-    sha256 = "eujv99L5svMhDIKHFOfm7sOwNZ4xiUaIsimfOf4BBik=";
+    sha256 = "sha256-J0D49VESNgdBEWAf01LkiiU2I01r4PBLyWKpnE9t45Q=";
   };
 
   appimageContents = appimageTools.extractType2 {