Skip to content

Commit fcb54a3

Browse files
committed
talloc: 2.4.2 -> 2.4.3
1 parent 2921374 commit fcb54a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ta/talloc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
stdenv.mkDerivation rec {
1818
pname = "talloc";
19-
version = "2.4.2";
19+
version = "2.4.3";
2020

2121
src = fetchurl {
2222
url = "mirror://samba/talloc/${pname}-${version}.tar.gz";
23-
sha256 = "sha256-hez55GXiD5j5lQpS6aQR4UMgvFVfolfYdpe356mx2KY=";
23+
sha256 = "sha256-3EbEC59GuzTdl/5B9Uiw6LJHt3qRhXZzPFKOg6vYVN0=";
2424
};
2525

2626
nativeBuildInputs =

0 commit comments

Comments
 (0)