3
0
Fork 0
forked from mirrors/nixpkgs

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

polypane: 13.1.2 -> 14.0.1
This commit is contained in:
Nick Cao 2023-06-10 20:31:54 -06:00 committed by GitHub
commit f151fe9248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
let
pname = "polypane";
version = "13.1.2";
version = "14.0.1";
src = fetchurl {
url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-wwZqcW+xIKKpUDoULT6gBi7Qbmumi8ZNwd+CpQqLprM=";
sha256 = "sha256-UBWd8ApSb5YN5TUqSxv/352+jAwwRjiv/pM1rocqukk=";
};
appimageContents = appimageTools.extractType2 {