Unverified Commit de230eeb authored by Matthias Beyer's avatar Matthias Beyer
Browse files

talloc: 2.4.0 -> 2.4.1

parent 13cb0c1a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

stdenv.mkDerivation rec {
  pname = "talloc";
  version = "2.4.0";
  version = "2.4.1";

  src = fetchurl {
    url = "mirror://samba/talloc/${pname}-${version}.tar.gz";
    sha256 = "sha256-bfNoYsQkZu+I82BERROHDvRpNPkBbIQ4PMQAin0MRro=";
    sha256 = "sha256-QQpUfwhVcAe+DogZTyGIaDWO3Aq5jJi6jBZ5MNs9M/k=";
  };

  nativeBuildInputs = [