Merge pull request #298500 from r-ryantm/auto-update/plasticity

plasticity: 1.4.15 -> 1.4.18
This commit is contained in:
Nick Cao 2024-03-24 10:36:32 -04:00 committed by GitHub
commit c04a0a128c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,11 +33,11 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "plasticity"; pname = "plasticity";
version = "1.4.15"; version = "1.4.18";
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-wiUpDsfGVkhyjoXVpxaw3fqpo1aAfi0AkkvlkAZxTYI="; hash = "sha256-iSGYc8Ms6Kk4JhR2q/yUq26q1adbrZe4Gnpw5YAN1L4=";
}; };
passthru.updateScript = ./update.sh; passthru.updateScript = ./update.sh;