Skip to content

Commit

Permalink
Revert "netpbm: 11.8.1 -> 11.8.2" (#366656)
Browse files Browse the repository at this point in the history
Rebuild of al nixos tests. Let's bundle that with staging changes instead.
  • Loading branch information
mweinelt authored Dec 19, 2024
1 parent 1935cd0 commit d70bd19
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.8.2";
version = "11.8.1";

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

src = fetchsvn {
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
rev = "4971";
sha256 = "sha256-liJIx2/TlIl9jcbyCzqhzuHAalmjJM3EtAceDIFa0rw=";
rev = "4966";
sha256 = "sha256-Vy7aKyMn3C2P3N9jdRayDu35+8jzvQv4rYIEsKdyWDU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit d70bd19

Please sign in to comment.