about summary refs log tree commit diff
path: root/pkgs/development/libraries/talloc
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-30 05:07:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-30 05:07:22 +0000
commite770a2b8004529ae0dadcdba266e0461a660b0e8 (patch)
tree958dbc49721693d7f100cd78e8c141ff5a05793e /pkgs/development/libraries/talloc
parent1000d29be13f38f9b66419c3eff294f0a866abb0 (diff)
talloc: 2.4.1 -> 2.4.2
Diffstat (limited to 'pkgs/development/libraries/talloc')
-rw-r--r--pkgs/development/libraries/talloc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/talloc/default.nix b/pkgs/development/libraries/talloc/default.nix
index bfe38fd4719a9..73cb8a65a162d 100644
--- a/pkgs/development/libraries/talloc/default.nix
+++ b/pkgs/development/libraries/talloc/default.nix
@@ -13,11 +13,11 @@
 
 stdenv.mkDerivation rec {
   pname = "talloc";
-  version = "2.4.1";
+  version = "2.4.2";
 
   src = fetchurl {
     url = "mirror://samba/talloc/${pname}-${version}.tar.gz";
-    sha256 = "sha256-QQpUfwhVcAe+DogZTyGIaDWO3Aq5jJi6jBZ5MNs9M/k=";
+    sha256 = "sha256-hez55GXiD5j5lQpS6aQR4UMgvFVfolfYdpe356mx2KY=";
   };
 
   nativeBuildInputs = [