Skip to content

Commit

Permalink
polypane: 22.0.0 -> 22.1.0 (NixOS#366548)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 20, 2024
2 parents a642e29 + 30bd8a9 commit a7f2884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/po/polypane/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

let
pname = "polypane";
version = "22.0.0";
version = "22.1.0";

src = fetchurl {
url = "https://github.com/firstversionist/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-m1alnK5p5RVn/m4tFB2BG/sFNOGBjtJPrE/pJhLa5N0=";
sha256 = "sha256-FxrL25NCYP0S0Ge/UegZzqzWMuU93+mROM9AVm3SD9o=";
};

appimageContents = appimageTools.extractType2 {
Expand Down

0 comments on commit a7f2884

Please sign in to comment.