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-12-05 08:50:27 +0100
committerIcy-Thought <icy-thought@pm.me>2023-12-05 08:50:27 +0100
commitb1b8d824fd50aa84c4c4804a6d61448fef50ea61 (patch)
tree431a149ed5f490fc6c0f94ada8662b564e2b1802 /pkgs/applications/graphics/upscayl
parentdf14c3d98b36a570121058cd545745ea0518babc (diff)
upscayl: 2.9.4 -> 2.9.5
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 1b6ea48577913..5981a30374938 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.9.4";
+  version = "2.9.5";
 
   src = fetchurl {
     url = "https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.AppImage";
-    hash = "sha256-H9/z0NIqGGJPipioWvv67vIFQ46RZr5+ycm3NQrO9ZE=";
+    hash = "sha256-zEqdHWfMbxdOoZ3NfvOPZL0osrFVMxFN32gXfEjbKLs=";
   };
 
   appimageContents = appimageTools.extractType2 {