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

upscayl: 2.9.8 -> 2.9.9
This commit is contained in:
Nick Cao 2024-02-25 11:24:03 -05:00 committed by GitHub
commit 29f0be206a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,11 +4,11 @@
lib,
}: let
pname = "upscayl";
version = "2.9.8";
version = "2.9.9";
src = fetchurl {
url = "https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.AppImage";
hash = "sha256-hLK9AX87WbJdKTV/rzEzNeaUWeDz1+bvp/R2LkjHp+w=";
hash = "sha256-33jJRMvRQxL7rPJ6VigEKcDhge46CAA0jJUOhzEyWzA=";
};
appimageContents = appimageTools.extractType2 {