plasticity: 1.4.15 -> 1.4.18

This commit is contained in:
R. Ryantm 2024-03-24 00:24:35 +00:00
parent 79863957ca
commit 91fa9442d9
1 changed files with 2 additions and 2 deletions

View File

@ -33,11 +33,11 @@
}:
stdenv.mkDerivation rec {
pname = "plasticity";
version = "1.4.15";
version = "1.4.18";
src = fetchurl {
url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
hash = "sha256-wiUpDsfGVkhyjoXVpxaw3fqpo1aAfi0AkkvlkAZxTYI=";
hash = "sha256-iSGYc8Ms6Kk4JhR2q/yUq26q1adbrZe4Gnpw5YAN1L4=";
};
passthru.updateScript = ./update.sh;