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

talloc: 2.3.1 -> 2.3.2
This commit is contained in:
Mario Rodas 2021-03-23 20:18:04 -05:00 committed by GitHub
commit fd8f8f5586
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.1";
version = "2.3.2";
src = fetchurl {
url = "mirror://samba/talloc/${pname}-${version}.tar.gz";
sha256 = "0xwzgzrqamfdlklwacp9d219pqkah0yfrhxb1j7bxlmgzp924j7g";
sha256 = "sha256-J6A++Z44TXeRJN91XesinNF2H5Reym0gDoz9m/Upe9c=";
};
nativeBuildInputs = [