Merge pull request #208256 from r-ryantm/auto-update/netpbm
netpbm: 11.0.2 -> 11.1.0
This commit is contained in:
commit
61b46e0082
1 changed files with 3 additions and 3 deletions
|
@ -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.0.2";
|
||||
version = "11.1.0";
|
||||
|
||||
outputs = [ "bin" "out" "dev" ];
|
||||
|
||||
src = fetchsvn {
|
||||
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
|
||||
rev = "4468";
|
||||
sha256 = "EW96q9DsM1lQ3QZAmp0hZhQ6icsZFDGa3wYmjCQmBRE=";
|
||||
rev = "4489";
|
||||
sha256 = "00qagNgNZ+9sedBme0WmJfedF4WST8EFeqUJ5Wx3yEQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue