upscayl: 2.9.9 -> 2.10.0

This commit is contained in:
Icy-Thought 2024-03-01 00:59:53 +01:00
parent 98b5a0648d
commit 8e144ab3e6
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.9";
version = "2.10.0";
src = fetchurl {
url = "https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.AppImage";
hash = "sha256-EoTFvlLsXQYZldXfEHhP3/bHygm+NdeDsf+p138mM8w";
hash = "sha256-nRYNYNHIkbvvQZd1zRDCCsCadgRgV/yn9WfaKjt44O8=";
};
appimageContents = appimageTools.extractType2 {