3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #282028 from r-ryantm/auto-update/polypane

polypane: 17.0.0 -> 17.1.0
This commit is contained in:
Thomas Gerbet 2024-01-23 23:11:02 +01:00 committed by GitHub
commit 1be7025339
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,12 +2,12 @@
let
pname = "polypane";
version = "17.0.0";
version = "17.1.0";
src = fetchurl {
url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-ppAzE7dNjEb6uYO+c3o00RIdwMxx2o1AE+ZI+SMbS24=";
sha256 = "sha256-vOSw+zjO8OJWRzAdnl4i3MLg+AyXFQwYBg332MXdQhw=";
};
appimageContents = appimageTools.extractType2 {