summary refs log tree commit diff
path: root/pkgs/applications/graphics/hydrus/default.nix
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2021-12-01 23:40:56 +0100
committerDaniel Olsen <daniel.olsen99@gmail.com>2021-12-01 23:40:56 +0100
commitecb836f4dd22665a6cf1e3ddd7b06f26cbafff8e (patch)
tree28c0cf748299345c4c7a662ef85975ddec9444db /pkgs/applications/graphics/hydrus/default.nix
parent391f93a83c3a486475d60eb4a569bb6afbf306ad (diff)
downloadnixpkgs-ecb836f4dd22665a6cf1e3ddd7b06f26cbafff8e.tar
nixpkgs-ecb836f4dd22665a6cf1e3ddd7b06f26cbafff8e.tar.gz
nixpkgs-ecb836f4dd22665a6cf1e3ddd7b06f26cbafff8e.tar.bz2
nixpkgs-ecb836f4dd22665a6cf1e3ddd7b06f26cbafff8e.tar.lz
nixpkgs-ecb836f4dd22665a6cf1e3ddd7b06f26cbafff8e.tar.xz
nixpkgs-ecb836f4dd22665a6cf1e3ddd7b06f26cbafff8e.tar.zst
nixpkgs-ecb836f4dd22665a6cf1e3ddd7b06f26cbafff8e.zip
hydrus: 463 -> 464
Diffstat (limited to 'pkgs/applications/graphics/hydrus/default.nix')
-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 787aace163b..45b3c556377 100644
--- a/pkgs/applications/graphics/hydrus/default.nix
+++ b/pkgs/applications/graphics/hydrus/default.nix
@@ -10,14 +10,14 @@
 
 python3Packages.buildPythonPackage rec {
   pname = "hydrus";
-  version = "463";
+  version = "464";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "v${version}";
-    sha256 = "sha256-GT5aIMskOVn4eAd4612YYA8uAQC8tuJzpEHNhc7pMuc=";
+    sha256 = "sha256-ZAndODbl6cH0H1rA3Bhn3AlfIuba0LjxWxusGPDYvlA=";
   };
 
   nativeBuildInputs = [