plasticity: 25.1.8 -> 25.1.9

This commit is contained in:
R. Ryantm 2025-05-02 19:25:44 +00:00
parent b539370717
commit 3ab432c313

View File

@ -34,11 +34,11 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "plasticity"; pname = "plasticity";
version = "25.1.8"; version = "25.1.9";
src = fetchurl { src = fetchurl {
url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm"; url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
hash = "sha256-5PjjEsHchryUhmzqyQ4XqwiycNEVCefmpSW/9jZEzpg="; hash = "sha256-iNgMsQ6JDPRNKssvgVyZ9z8aUFzemboYgm1wIjuERog=";
}; };
passthru.updateScript = ./update.sh; passthru.updateScript = ./update.sh;