lol

plasticity: 24.1.8 -> 24.2.0 (#340999)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
261a20d9 6527cfa1

+2 -2
+2 -2
pkgs/by-name/pl/plasticity/package.nix
··· 33 33 }: 34 34 stdenv.mkDerivation rec { 35 35 pname = "plasticity"; 36 - version = "24.1.8"; 36 + version = "24.2.0"; 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-Hh1yf3JqzMEvorWztLvoTcnDAk48cNe7NcCLrvNQCzo="; 40 + hash = "sha256-3dHS7chTgoD35AV/q8DHIYl43KbCsoFYEqSQHXm05tg="; 41 41 }; 42 42 43 43 passthru.updateScript = ./update.sh;