1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

upscayl: 2.11.0 -> 2.11.5

This commit is contained in:
Icy-Thought 2024-06-02 00:10:04 +02:00
parent 37993a21e9
commit 03715437be
No known key found for this signature in database

View file

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