upscayl: 2.9.5 -> 2.9.8

This commit is contained in:
Icy-Thought
2024-01-16 22:04:43 +01:00
parent 41a9a7f170
commit 1291a81e4c
@@ -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 {