Unverified Commit 73e62029 authored by Robin Gloster's avatar Robin Gloster Committed by GitHub
Browse files

feh: 3.6.3 -> 3.7 (#122375)

parent c8f5ce18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@ with lib;

stdenv.mkDerivation rec {
  pname = "feh";
  version = "3.6.3";
  version = "3.7";

  src = fetchurl {
    url = "https://feh.finalrewind.org/${pname}-${version}.tar.bz2";
    sha256 = "sha256-Q3Qg838RYU4AjQZuKjve/Px4FEyCEpmLK6zdXSHqI7Q=";
    sha256 = "0hdvlrlpjxvmhnjvr32nxgpsw0366higg0gh9h37fxrvdh3v3k87";
  };

  outputs = [ "out" "man" "doc" ];