diff options
| author | Bobby Rong <rjl931189261@126.com> | 2022-01-13 14:57:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-13 14:57:33 +0800 |
| commit | 6a5e2e9ecd3a9f59c3257eff4597814a5cb7e7fb (patch) | |
| tree | d67784d77d1002e2c2f5407c0c75e9dcf9c5a3e2 | |
| parent | Merge pull request #154442 from r-ryantm/auto-update/dnsproxy (diff) | |
| parent | hydrus: 468 -> 469 (diff) | |
| download | nixpkgs-6a5e2e9ecd3a9f59c3257eff4597814a5cb7e7fb.tar.gz | |
Merge pull request #153792 from dali99/update_hydrus2
hydrus: 467 -> 469
| -rw-r--r-- | pkgs/applications/graphics/hydrus/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix index 0e202a92d23b..d4664f7e997d 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 = "467"; + version = "469"; format = "other"; src = fetchFromGitHub { owner = "hydrusnetwork"; repo = "hydrus"; rev = "v${version}"; - sha256 = "sha256-ijIOCabpnaK9ww1cR+HNpCOn8uSwSEuyLWwnT2ypdD4="; + sha256 = "sha256-1E85SIsLXeG+AUqQYCJxOlSwiT26OG+n/d9GbyryGCE="; }; nativeBuildInputs = [ |
