about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-26 00:52:52 +0200
committerGitHub <noreply@github.com>2024-06-26 00:52:52 +0200
commit89b1836b8e55a91d832f890f315a3c897f1e7cf8 (patch)
tree6aca7b05f357eb9dc0364e94e941746e34660f31
parent5e038c6340432fdef308ea93e758db540927a12d (diff)
parent1c6b01d65b83140e652f08ed7a910b52d5c5bf19 (diff)
Merge pull request #319974 from r-ryantm/auto-update/pplite
pplite: 0.11 -> 0.12
-rw-r--r--pkgs/development/libraries/pplite/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/pplite/default.nix b/pkgs/development/libraries/pplite/default.nix
index 77841a3f5efdd..ba5c4514105d4 100644
--- a/pkgs/development/libraries/pplite/default.nix
+++ b/pkgs/development/libraries/pplite/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation {
   pname = "pplite";
-  version = "0.11";
+  version = "0.12";
 
   src = fetchurl {
-    url = "https://github.com/ezaffanella/PPLite/raw/main/releases/pplite-0.11.tar.gz";
-    hash = "sha256-6IS5zVab8X+gnhK8/qbPH5FODFaG6vIsIG9TTEpfHEI=";
+    url = "https://github.com/ezaffanella/PPLite/raw/main/releases/pplite-0.12.tar.gz";
+    hash = "sha256-9qulVEIZRPHV5GnVmp65nMrGrUwRGkR8i8ORbLdHb1E=";
   };
 
   buildInputs = [ flint gmp ];