Skip to content

Commit

Permalink
plasticity: 24.2.3 -> 24.2.4 (NixOS#345696)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 7, 2024
2 parents df24af8 + 58f47b4 commit 2db1b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pl/plasticity/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
}:
stdenv.mkDerivation rec {
pname = "plasticity";
version = "24.2.3";
version = "24.2.4";

src = fetchurl {
url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
hash = "sha256-iiVh4k5r5PXN1/VJZcropTMu36N2B/ECq2L5e59QxJY=";
hash = "sha256-Pwe1CqprRXqTN93ys247TGrkd0LGKuwrfGmupIN40uU=";
};

passthru.updateScript = ./update.sh;
Expand Down

0 comments on commit 2db1b90

Please sign in to comment.