upscayl: 2.5.5 -> 2.7.5

This commit is contained in:
Icy-Thought 2023-09-02 15:59:57 +02:00
parent 6941b3b4a0
commit 6486bfb81e
No known key found for this signature in database
GPG Key ID: B593E438DDAB3C66

View File

@ -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 {