From 2b5636ca17047742d8329f11c718d695fdd84d42 Mon Sep 17 00:00:00 2001 From: Icy-Thought Date: Sat, 28 Oct 2023 13:19:35 +0200 Subject: [PATCH] upscayl: 2.8.6 -> 2.9.1 --- pkgs/applications/graphics/upscayl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/upscayl/default.nix b/pkgs/applications/graphics/upscayl/default.nix index ec37b9b429f0..a892a0263a1e 100644 --- a/pkgs/applications/graphics/upscayl/default.nix +++ b/pkgs/applications/graphics/upscayl/default.nix @@ -4,11 +4,11 @@ lib, }: let pname = "upscayl"; - version = "2.8.6"; + version = "2.9.1"; src = fetchurl { url = "https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.AppImage"; - hash = "sha256-w5rjLqdlPOZWgdc2t0Y3tl24qZqpjBV6I9gruLaI+qc="; + hash = "sha256-x7tNGWXrg4hkr4d5QK4Z/cOmGGdbWLJ/GIASZjmiL4w="; }; appimageContents = appimageTools.extractType2 {