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

upscayl: 2.11.5 -> 2.15.0 (#368145)

parents 04b50128 648a2754
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

let
  pname = "upscayl";
  version = "2.11.5";
  version = "2.15.0";

  src = fetchurl {
    url = "https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.AppImage";
    hash = "sha256-owxSm8t7rHM5ywJPp8sJQ5aAyNKgrbyJY6qFp78/UhM=";
    hash = "sha256-ZFlFfliby5nneepELc5gi6zaM5FrcBmohit8YlKqgik=";
  };

  appimageContents = appimageTools.extractType2 {