Unverified Commit cd4b6c0a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #254536 from r-ryantm/auto-update/netpbm

netpbm: 11.3.4 -> 11.3.5
parents 46b69e4a fbbddf76
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@ stdenv.mkDerivation {
  # Determine version and revision from:
  # https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced
  pname = "netpbm";
  version = "11.3.4";
  version = "11.3.5";

  outputs = [ "bin" "out" "dev" ];

  src = fetchsvn {
    url = "https://svn.code.sf.net/p/netpbm/code/advanced";
    rev = "4606";
    sha256 = "raWpqPlORgL5vBkmHbvj7UCrGjpPLulWjeTuaPnuB98=";
    rev = "4636";
    sha256 = "x9q7xhBhpWJfS3fbSEZE7ctnv+gL8U2IMy3GLiTEqag=";
  };

  nativeBuildInputs = [