summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2021-07-23 18:47:11 +0200
committerDaniel Olsen <daniel.olsen99@gmail.com>2021-07-23 18:47:11 +0200
commitcfe66d16b798d58bb2b857fc50ea68999306d710 (patch)
treea8d689ce679ad9c7b7fb7b956a3281798c5239b7 /pkgs/applications
parent2a8936a081666a032f35717cb273b41d84f43ed1 (diff)
downloadnixpkgs-cfe66d16b798d58bb2b857fc50ea68999306d710.tar
nixpkgs-cfe66d16b798d58bb2b857fc50ea68999306d710.tar.gz
nixpkgs-cfe66d16b798d58bb2b857fc50ea68999306d710.tar.bz2
nixpkgs-cfe66d16b798d58bb2b857fc50ea68999306d710.tar.lz
nixpkgs-cfe66d16b798d58bb2b857fc50ea68999306d710.tar.xz
nixpkgs-cfe66d16b798d58bb2b857fc50ea68999306d710.tar.zst
nixpkgs-cfe66d16b798d58bb2b857fc50ea68999306d710.zip
hydrus: 441 -> 447
Diffstat (limited to 'pkgs/applications')
-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 710c2620f1b..37edc37337a 100644
--- a/pkgs/applications/graphics/hydrus/default.nix
+++ b/pkgs/applications/graphics/hydrus/default.nix
@@ -10,14 +10,14 @@
 
 pythonPackages.buildPythonPackage rec {
   pname = "hydrus";
-  version = "441";
+  version = "447";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "v${version}";
-    sha256 = "13h4qcz0iqba4mwyvgmdqh99jy22x7kw20f3g43b5aq3qyk9ca2h";
+    sha256 = "0a9nrsbw3w1229bm90xayixvkpvr6g338w64x4v75sqxvpbx84lz";
   };
 
   nativeBuildInputs = [