Merge pull request #292471 from Icy-Thought/upscayl

upscayl: 2.9.9 -> 2.10.0
This commit is contained in:
Nick Cao 2024-03-01 10:17:05 -05:00 committed by GitHub
commit 594b19b7b6
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.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 {