diff options
author | Weijia Wang | 2024-07-02 01:09:53 +0200 |
---|---|---|
committer | GitHub | 2024-07-02 01:09:53 +0200 |
commit | 1d91c846aedc1a5f0b8c8c4432617fef5eaf2819 (patch) | |
tree | d279d9bdf4c8cd0796326cbc18bbbd97685045d4 /pkgs/by-name/pl | |
parent | 227e0d45f6269b012ce8a196a3856b1162174918 (diff) | |
parent | 3556302b64fade9729a036289a48a116f25b80ea (diff) |
Merge pull request #321817 from r-ryantm/auto-update/plasticity
plasticity: 24.1.6 -> 24.1.7
Diffstat (limited to 'pkgs/by-name/pl')
-rw-r--r-- | pkgs/by-name/pl/plasticity/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/pl/plasticity/package.nix b/pkgs/by-name/pl/plasticity/package.nix index 84584bf42188..2306bee07642 100644 --- a/pkgs/by-name/pl/plasticity/package.nix +++ b/pkgs/by-name/pl/plasticity/package.nix @@ -33,11 +33,11 @@ }: stdenv.mkDerivation rec { pname = "plasticity"; - version = "24.1.6"; + version = "24.1.7"; src = fetchurl { url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm"; - hash = "sha256-gGfDsAqg0PkORrOEvBWLpKgLv5a+M9Rj+oC+jF1gYqA="; + hash = "sha256-HVAQXDfj/5UoOGvgrOW09xFeVv4MF/wXqxtRdwZAqso="; }; passthru.updateScript = ./update.sh; |