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>2022-06-22 23:37:09 +0200
committerDaniel Olsen <daniel.olsen99@gmail.com>2022-07-13 23:45:45 +0200
commiteab2d27e22601c15de88a21038a36168bf248159 (patch)
treee05c744caf52f31b07e707af9ba23bda1a5f0c29 /pkgs/applications/graphics/hydrus/default.nix
parent9f9ff660ac93203c4db5fc33294721f13f55bc8c (diff)
downloadnixpkgs-eab2d27e22601c15de88a21038a36168bf248159.tar
nixpkgs-eab2d27e22601c15de88a21038a36168bf248159.tar.gz
nixpkgs-eab2d27e22601c15de88a21038a36168bf248159.tar.bz2
nixpkgs-eab2d27e22601c15de88a21038a36168bf248159.tar.lz
nixpkgs-eab2d27e22601c15de88a21038a36168bf248159.tar.xz
nixpkgs-eab2d27e22601c15de88a21038a36168bf248159.tar.zst
nixpkgs-eab2d27e22601c15de88a21038a36168bf248159.zip
hydrus: 488d -> 489
Diffstat (limited to 'pkgs/applications/graphics/hydrus/default.nix')
-rw-r--r--pkgs/applications/graphics/hydrus/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix
index dcebff3fcf3..207bc48779d 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 = "488d";
+  version = "489";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-FWiopOf+eabiWAfjQW83V7I/e5lOLUVW3djoQePHPRs=";
+    sha256 = "sha256-+5QKeDm/bJemGX/45YN4COtJmSMCy0dxIlqGNHEc8HA=";
   };
 
   nativeBuildInputs = [
@@ -42,7 +42,7 @@ python3Packages.buildPythonPackage rec {
     pyopenssl
     pyside2
     pysocks
-    pythonPackages.mpv
+    python3Packages.mpv
     pyyaml
     qtpy
     requests