Merge pull request #306798 from r-ryantm/auto-update/upscayl

upscayl: 2.10.0 -> 2.11.0
This commit is contained in:
Aleksana 2024-04-26 18:58:09 +08:00 committed by GitHub
commit 41079bc7e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
lib,
}: let
pname = "upscayl";
version = "2.10.0";
version = "2.11.0";
src = fetchurl {
url = "https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.AppImage";
hash = "sha256-nRYNYNHIkbvvQZd1zRDCCsCadgRgV/yn9WfaKjt44O8=";
hash = "sha256-XhvOzARP8Ytlf23vNMYZ5x1UKvKOlM/69yhysasW3dA=";
};
appimageContents = appimageTools.extractType2 {