Loading pkgs/by-name/pl/plasticity/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -33,11 +33,11 @@ }: stdenv.mkDerivation rec { pname = "plasticity"; version = "24.1.8"; version = "24.2.0"; src = fetchurl { url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm"; hash = "sha256-Hh1yf3JqzMEvorWztLvoTcnDAk48cNe7NcCLrvNQCzo="; hash = "sha256-3dHS7chTgoD35AV/q8DHIYl43KbCsoFYEqSQHXm05tg="; }; passthru.updateScript = ./update.sh; Loading Loading
pkgs/by-name/pl/plasticity/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -33,11 +33,11 @@ }: stdenv.mkDerivation rec { pname = "plasticity"; version = "24.1.8"; version = "24.2.0"; src = fetchurl { url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm"; hash = "sha256-Hh1yf3JqzMEvorWztLvoTcnDAk48cNe7NcCLrvNQCzo="; hash = "sha256-3dHS7chTgoD35AV/q8DHIYl43KbCsoFYEqSQHXm05tg="; }; passthru.updateScript = ./update.sh; Loading