Skip to content

Commit

Permalink
poptracker: add update script and bump version (NixOS#369461)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Jan 14, 2025
2 parents fb87522 + 2686a5a commit 9ab849c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/by-name/po/poptracker/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,23 @@
makeWrapper,
makeDesktopItem,
copyDesktopItems,
nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
pname = "poptracker";
version = "0.27.0";
version = "0.29.0";

src = fetchFromGitHub {
owner = "black-sliver";
repo = "PopTracker";
rev = "v${finalAttrs.version}";
hash = "sha256-Tz3rVbaHw5RfFKuLih4BEEnn3uNeLrtDQpBD2yYUzkM=";
hash = "sha256-rkEaq8YLt0NhspXVgEqZ/9FF7GDlTU5fKgWGXeA6UX4=";
fetchSubmodules = true;
};

passthru.updateScript = nix-update-script { };

patches = [ ./assets-path.diff ];

postPatch = ''
Expand Down

0 comments on commit 9ab849c

Please sign in to comment.