We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6527cfa + ce10ce5 commit 261a20dCopy full SHA for 261a20d
pkgs/by-name/pl/plasticity/package.nix
@@ -33,11 +33,11 @@
33
}:
34
stdenv.mkDerivation rec {
35
pname = "plasticity";
36
- version = "24.1.8";
+ version = "24.2.0";
37
38
src = fetchurl {
39
url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
40
- hash = "sha256-Hh1yf3JqzMEvorWztLvoTcnDAk48cNe7NcCLrvNQCzo=";
+ hash = "sha256-3dHS7chTgoD35AV/q8DHIYl43KbCsoFYEqSQHXm05tg=";
41
};
42
43
passthru.updateScript = ./update.sh;
0 commit comments