Merge pull request #135184 from r-ryantm/auto-update/talloc

talloc: 2.3.2 -> 2.3.3
This commit is contained in:
Robert Scott 2021-08-22 23:24:57 +01:00 committed by GitHub
commit 82d05e9805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "talloc";
version = "2.3.2";
version = "2.3.3";
src = fetchurl {
url = "mirror://samba/talloc/${pname}-${version}.tar.gz";
sha256 = "sha256-J6A++Z44TXeRJN91XesinNF2H5Reym0gDoz9m/Upe9c=";
sha256 = "sha256-a+lbI2i9CvHEzXqIFG62zuoY5Gw//JMwv2JitA0diqo=";
};
nativeBuildInputs = [