talloc: 2.3.1 -> 2.3.2

This commit is contained in:
R. RyanTM 2021-03-10 00:37:48 +00:00
parent 29b0d4d0b6
commit 7dbf7f495d

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 = [