Unverified Commit 93ac06b2 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

feh: 3.10.3 -> 3.11 (#437729)

parents c6ea4ef2 b648158f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "feh";
  version = "3.10.3";
  version = "3.11";

  src = fetchFromGitHub {
    owner = "derf";
    repo = "feh";
    rev = finalAttrs.version;
    hash = "sha256-FtaFoLjI3HTLAxRTucp5VDYS73UuWqw9r9UWKK6T+og=";
    hash = "sha256-3QKKXgwrDXVn8ahIG+NfP60GezFrZiHWOFoM2T0OoqU=";
  };

  outputs = [