talloc: 2.4.2 -> 2.4.3

This commit is contained in:
R. Ryantm
2025-02-07 12:37:30 +00:00
parent 292137434b
commit fcb54a3abd
+2 -2
View File
@@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "talloc";
version = "2.4.2";
version = "2.4.3";
src = fetchurl {
url = "mirror://samba/talloc/${pname}-${version}.tar.gz";
sha256 = "sha256-hez55GXiD5j5lQpS6aQR4UMgvFVfolfYdpe356mx2KY=";
sha256 = "sha256-3EbEC59GuzTdl/5B9Uiw6LJHt3qRhXZzPFKOg6vYVN0=";
};
nativeBuildInputs =