about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/polypane
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-12 23:03:52 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-12 23:03:52 +0000
commit67a738ac97d2ed3ab3fb259814a2ccc860a903b2 (patch)
tree2894a8f110421f6c917a96e6c1b98c7bb63e2b60 /pkgs/applications/networking/browsers/polypane
parent093f098d2684283c8a0ea9b156a6edbbfff66e02 (diff)
polypane: 15.0.0 -> 15.0.1
Diffstat (limited to 'pkgs/applications/networking/browsers/polypane')
-rw-r--r--pkgs/applications/networking/browsers/polypane/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/polypane/default.nix b/pkgs/applications/networking/browsers/polypane/default.nix
index 21dde7700b222..d9c9ed6165899 100644
--- a/pkgs/applications/networking/browsers/polypane/default.nix
+++ b/pkgs/applications/networking/browsers/polypane/default.nix
@@ -2,12 +2,12 @@
 
 let
   pname = "polypane";
-  version = "15.0.0";
+  version = "15.0.1";
 
   src = fetchurl {
     url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
     name = "${pname}-${version}.AppImage";
-    sha256 = "sha256-O0VWgx6FKulELZuJgMwFgGSo+EaCqb9dgneF2XFnq7U=";
+    sha256 = "sha256-CU5PI+9iBcxZdhhs2QjfZTViU2xQ3i+T+4Wzp+yeKEE=";
   };
 
   appimageContents = appimageTools.extractType2 {