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

plasticity: 24.1.7 -> 24.1.8
This commit is contained in:
Nick Cao 2024-08-07 14:26:22 -04:00 committed by GitHub
commit 76c0e5dfdf
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 = "24.1.7"; version = "24.1.8";
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-HVAQXDfj/5UoOGvgrOW09xFeVv4MF/wXqxtRdwZAqso="; hash = "sha256-Hh1yf3JqzMEvorWztLvoTcnDAk48cNe7NcCLrvNQCzo=";
}; };
passthru.updateScript = ./update.sh; passthru.updateScript = ./update.sh;