about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-25 11:24:03 -0500
committerGitHub <noreply@github.com>2024-02-25 11:24:03 -0500
commit29f0be206abcefef6c2ae8569e71c15c93f11067 (patch)
tree60765d46277f85104e135129c900b285724757c6 /pkgs/applications
parent20fdff81d563f55c363ce2de96438682b6765dfc (diff)
parenta5f9ace1e1f6819d78d0ae09062c7c58cc67a6b0 (diff)
Merge pull request #287665 from r-ryantm/auto-update/upscayl
upscayl: 2.9.8 -> 2.9.9
Diffstat (limited to 'pkgs/applications')
-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 024c7f658c213..40b156551a864 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.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 {