plasticity: 25.2.8 -> 25.2.9

R. Ryantm d757dfda e9f00bd8

+2 -2
+2 -2
pkgs/by-name/pl/plasticity/package.nix
··· 33 33 }: 34 34 stdenv.mkDerivation rec { 35 35 pname = "plasticity"; 36 - version = "25.2.8"; 36 + version = "25.2.9"; 37 37 38 38 src = fetchurl { 39 39 url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm"; 40 - hash = "sha256-jJzERpVCAQtTxuC2J7F9SHq9NuyihLzQjLzIcSfXziE="; 40 + hash = "sha256-Ey1APUOGw2zAVdn5C96bIwe5+PHXzMtXVI5f1xHISFU="; 41 41 }; 42 42 43 43 passthru.updateScript = ./update.sh;