upscayl: 2.10.0 -> 2.11.0

This commit is contained in:
R. Ryantm 2024-04-25 14:59:44 +00:00
parent 5dd187f3b7
commit 46e06ac04f
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 {