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

netpbm: 11.11.1 -> 11.12.0 (#443672)

parents 31da6736 c610569b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
  # Determine version and revision from:
  # https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced
  pname = "netpbm";
  version = "11.11.1";
  version = "11.12.0";

  outputs = [
    "bin"
@@ -31,8 +31,8 @@ stdenv.mkDerivation rec {

  src = fetchsvn {
    url = "https://svn.code.sf.net/p/netpbm/code/advanced";
    rev = "5104";
    sha256 = "sha256-zgA3EZPrXD8JOO9O2nuLt4ouPbbUJAlFKlX+2QOz8Uw=";
    rev = "5121";
    sha256 = "sha256-u5/chGsu+imk6GtptDz/EIyCe3CmoWiQ6CAcLASqpqU=";
  };

  nativeBuildInputs = [