Unverified Commit 86f1ea04 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #252943 from Icy-Thought/upscayl

upscayl: 2.5.5 -> 2.7.5
parents d2716068 6486bfb8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,11 +4,11 @@
  lib,
}: let
  pname = "upscayl";
  version = "2.5.5";
  version = "2.7.5";

  src = fetchurl {
    url = "https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.AppImage";
    hash = "sha256-qpLxOGphR9iHvtb8AZZaMict/g8wLkL7Dhr4mt3LZdk=";
    hash = "sha256-vJDpwf/N3rk5Bd9hBNpoNtlIAgn+Y77MF231ZOhLNeI=";
  };

  appimageContents = appimageTools.extractType2 {