Loading pkgs/by-name/pl/plasticity/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -40,11 +40,11 @@ }: stdenv.mkDerivation rec { pname = "plasticity"; version = "25.3.8"; version = "25.3.9"; src = fetchurl { url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm"; hash = "sha256-b3SsVd5y0GvM2cnil+ar4OGoaNlQn13gIEfzqOs4HfI="; hash = "sha256-92DokpVmywh7EZZMKAoXf0RzkEuG/4Ngd5l0l/o6Klk="; }; passthru.updateScript = ./update.sh; Loading Loading
pkgs/by-name/pl/plasticity/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -40,11 +40,11 @@ }: stdenv.mkDerivation rec { pname = "plasticity"; version = "25.3.8"; version = "25.3.9"; src = fetchurl { url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm"; hash = "sha256-b3SsVd5y0GvM2cnil+ar4OGoaNlQn13gIEfzqOs4HfI="; hash = "sha256-92DokpVmywh7EZZMKAoXf0RzkEuG/4Ngd5l0l/o6Klk="; }; passthru.updateScript = ./update.sh; Loading