about summary refs log tree commit diff
path: root/pkgs/applications/graphics/upscayl
diff options
context:
space:
mode:
authorIcy-Thought <icy-thought@pm.me>2023-10-28 13:19:35 +0200
committerIcy-Thought <icy-thought@pm.me>2023-10-28 13:19:35 +0200
commit2b5636ca17047742d8329f11c718d695fdd84d42 (patch)
treeb56adffd5df8bdad8146848295c7e7b8378d3bd2 /pkgs/applications/graphics/upscayl
parent3b759e96f27101c29e83a74812dc137ee13a919e (diff)
upscayl: 2.8.6 -> 2.9.1
Diffstat (limited to 'pkgs/applications/graphics/upscayl')
-rw-r--r--pkgs/applications/graphics/upscayl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/upscayl/default.nix b/pkgs/applications/graphics/upscayl/default.nix
index ec37b9b429f0f..a892a0263a1e2 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 {