summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2023-11-15 22:25:22 -0600
committerGitHub <noreply@github.com>2023-11-15 22:25:22 -0600
commit26ba17453285393b4f642135c39bcf49818fcaf1 (patch)
tree704c3045f0e52b4bd1f7ad281211e859b3389d96
parent176378f961b15358db8bda1309bd9878272c6cab (diff)
parente71bd07dec78810620dee20e13997a26205aafa6 (diff)
downloadnixpkgs-26ba17453285393b4f642135c39bcf49818fcaf1.tar
nixpkgs-26ba17453285393b4f642135c39bcf49818fcaf1.tar.gz
nixpkgs-26ba17453285393b4f642135c39bcf49818fcaf1.tar.bz2
nixpkgs-26ba17453285393b4f642135c39bcf49818fcaf1.tar.lz
nixpkgs-26ba17453285393b4f642135c39bcf49818fcaf1.tar.xz
nixpkgs-26ba17453285393b4f642135c39bcf49818fcaf1.tar.zst
nixpkgs-26ba17453285393b4f642135c39bcf49818fcaf1.zip
Merge pull request #267740 from dali99/update_hydrus2
hydrus: 549 -> 551
-rw-r--r--pkgs/applications/graphics/hydrus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix
index 91f38633e6d..0f96680bb07 100644
--- a/pkgs/applications/graphics/hydrus/default.nix
+++ b/pkgs/applications/graphics/hydrus/default.nix
@@ -12,14 +12,14 @@
 
 python3Packages.buildPythonPackage rec {
   pname = "hydrus";
-  version = "549";
+  version = "551";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    hash = "sha256-y3WFQhPE8H0198Xu3Dn9YAqaX8YvFJcdt90tebTg7qw=";
+    hash = "sha256-P/U44ndfucbRnwGLdSnnA0VE4K40zPz3wtNpQj8rh5Q=";
   };
 
   nativeBuildInputs = [