Skip to content

Commit

Permalink
netpbm: 11.6.0 -> 11.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 12, 2024
1 parent 76e0e59 commit 861d23c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/graphics/netpbm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0";
version = "11.6.1";

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

src = fetchsvn {
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
rev = "4897";
sha256 = "2aTDM0aVfav2mnOLXj0HuTdbsY7EUH8ieBrXgaFU7FU=";
rev = "4907";
sha256 = "eMLADYFf/Us8eiBTacf+wvQSGyrV+fslpvlTT+rIiYM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 861d23c

Please sign in to comment.