about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-26 00:12:49 +0200
committerGitHub <noreply@github.com>2024-06-26 00:12:49 +0200
commit03a8f9cff9582b3c6d560c3526965da5dafedf0c (patch)
treee24bba8005a1e0f66528c1e00fd817283a9a8dce /pkgs/applications/networking/browsers
parent0c8ff083e757b74c8ebbb4d8ab8e07b2d1838024 (diff)
parentac9010b15efa606ef484d2e961385dc89dd75b29 (diff)
Merge pull request #320988 from r-ryantm/auto-update/polypane
polypane: 19.0.2 -> 20.0.0
Diffstat (limited to 'pkgs/applications/networking/browsers')
-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 46e09803dbf70..06391355dbfdf 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 = "19.0.2";
+  version = "20.0.0";
 
   src = fetchurl {
     url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
     name = "${pname}-${version}.AppImage";
-    sha256 = "sha256-MyQiq2Lo/XtmJ7D1VZXncYWq53Bu3O3WBT/PkdJuEZM=";
+    sha256 = "sha256-2fzxEqOGPZnA+nizLUq73f18bKDpDNglUt4RIz+VnS8=";
   };
 
   appimageContents = appimageTools.extractType2 {