mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
netpbm: 11.10.2 -> 11.10.4
This commit is contained in:
parent
f71ccdc1bc
commit
cf09e2022c
1 changed files with 3 additions and 3 deletions
|
@ -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.10.2";
|
||||
version = "11.10.4";
|
||||
|
||||
outputs = [
|
||||
"bin"
|
||||
|
@ -31,8 +31,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchsvn {
|
||||
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
|
||||
rev = "5066";
|
||||
sha256 = "sha256-Qa9hKGcdAwCUcHQ4Vfz5Qeu4+Q6YV+lY8zhXAOXnkc4=";
|
||||
rev = "5076";
|
||||
sha256 = "sha256-oWGgB0f3w8ohFPgaJ9cyVLTdMZGajzXs95eC1Cs+Tyg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue