upscayl: 2.9.4 -> 2.9.5

This commit is contained in:
Icy-Thought 2023-12-05 08:50:27 +01:00
parent df14c3d98b
commit b1b8d824fd
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.9.4";
version = "2.9.5";
src = fetchurl {
url = "https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.AppImage";
hash = "sha256-H9/z0NIqGGJPipioWvv67vIFQ46RZr5+ycm3NQrO9ZE=";
hash = "sha256-zEqdHWfMbxdOoZ3NfvOPZL0osrFVMxFN32gXfEjbKLs=";
};
appimageContents = appimageTools.extractType2 {