talloc: 2.4.3 -> 2.4.4 (#482139)

This commit is contained in:
Fabián Heredia Montiel
2026-01-27 07:16:37 +00:00
committed by GitHub
+2 -2
View File
@@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "talloc";
version = "2.4.3";
version = "2.4.4";
src = fetchurl {
url = "mirror://samba/talloc/${pname}-${version}.tar.gz";
sha256 = "sha256-3EbEC59GuzTdl/5B9Uiw6LJHt3qRhXZzPFKOg6vYVN0=";
sha256 = "sha256-VeR5lAGME3Q0hVROcgZ4D/uzyElecEqZY2UD5ud6v1k=";
};
nativeBuildInputs = [