Skip to content

Commit 261a20d

Browse files
plasticity: 24.1.8 -> 24.2.0 (#340999)
2 parents 6527cfa + ce10ce5 commit 261a20d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pl/plasticity/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
}:
3434
stdenv.mkDerivation rec {
3535
pname = "plasticity";
36-
version = "24.1.8";
36+
version = "24.2.0";
3737

3838
src = fetchurl {
3939
url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
40-
hash = "sha256-Hh1yf3JqzMEvorWztLvoTcnDAk48cNe7NcCLrvNQCzo=";
40+
hash = "sha256-3dHS7chTgoD35AV/q8DHIYl43KbCsoFYEqSQHXm05tg=";
4141
};
4242

4343
passthru.updateScript = ./update.sh;

0 commit comments

Comments
 (0)