tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
plasticity: 25.2.8 -> 25.2.9
R. Ryantm
3 months ago
d757dfda
e9f00bd8
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
pl
plasticity
package.nix
+2
-2
pkgs/by-name/pl/plasticity/package.nix
···
33
}:
34
stdenv.mkDerivation rec {
35
pname = "plasticity";
36
-
version = "25.2.8";
37
38
src = fetchurl {
39
url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
40
-
hash = "sha256-jJzERpVCAQtTxuC2J7F9SHq9NuyihLzQjLzIcSfXziE=";
41
};
42
43
passthru.updateScript = ./update.sh;
···
33
}:
34
stdenv.mkDerivation rec {
35
pname = "plasticity";
36
+
version = "25.2.9";
37
38
src = fetchurl {
39
url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
40
+
hash = "sha256-Ey1APUOGw2zAVdn5C96bIwe5+PHXzMtXVI5f1xHISFU=";
41
};
42
43
passthru.updateScript = ./update.sh;