Merge pull request #255913 from Icy-Thought/upscayl

upscayl: 2.7.5 -> 2.8.1
This commit is contained in:
Weijia Wang
2023-09-18 22:24:48 +02:00
committed by GitHub
@@ -4,11 +4,11 @@
lib,
}: let
pname = "upscayl";
version = "2.7.5";
version = "2.8.1";
src = fetchurl {
url = "https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.AppImage";
hash = "sha256-vJDpwf/N3rk5Bd9hBNpoNtlIAgn+Y77MF231ZOhLNeI=";
hash = "sha256-gmFT6onuoaw9WDCUDImZM/AxuZECqPC73ZyNnp6WSGA=";
};
appimageContents = appimageTools.extractType2 {