Merge pull request #281282 from Icy-Thought/upscayl

upscayl: 2.9.5 -> 2.9.8
This commit is contained in:
Weijia Wang 2024-01-23 02:01:27 +01:00 committed by GitHub
commit da72af0961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,11 +4,11 @@
lib,
}: let
pname = "upscayl";
version = "2.9.5";
version = "2.9.8";
src = fetchurl {
url = "https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.AppImage";
hash = "sha256-zEqdHWfMbxdOoZ3NfvOPZL0osrFVMxFN32gXfEjbKLs=";
hash = "sha256-hLK9AX87WbJdKTV/rzEzNeaUWeDz1+bvp/R2LkjHp+w=";
};
appimageContents = appimageTools.extractType2 {