Unverified Commit 58f6a2cd authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

djview: 4.12 -> 4.12.3 (#431309)

parents 2a373b35 ebe84a61
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

stdenv.mkDerivation rec {
  pname = "djview";
  version = "4.12";
  version = "4.12.3";

  outputs = [
    "out"
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {

  src = fetchurl {
    url = "mirror://sourceforge/djvu/${pname}-${version}.tar.gz";
    hash = "sha256-VnPGqLfhlbkaFyCyQJGRW4FF3jSHnbEVi8k2sQDq8+M=";
    hash = "sha256-F7+5cxq4Bw4BI1OB8I5XsSMf+19J6wMYc+v6GJza9H0=";
  };

  nativeBuildInputs = [