diff options
| author | Daniel Olsen <daniel.olsen99@gmail.com> | 2023-12-10 08:05:11 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-01-05 15:05:44 +0000 |
| commit | 22278d0f3608270199f43f541e30b47580fec974 (patch) | |
| tree | 26ecf137ddc45beb86ea4ab96184af8f6108a1da | |
| parent | wavebox: 10.119.8-2 -> 10.120.10-2 (diff) | |
| download | nixpkgs-origin/backport-278711-to-release-23.11.tar.gz | |
hydrus: 554 -> 557origin/backport-278711-to-release-23.11
Diff: https://github.com/hydrusnetwork/hydrus/compare/refs/tags/v554...v557
(cherry picked from commit db281a6451b04c988e3296b41cdb7004022c3760)
| -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 544b67fe26c2..1792c6355862 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 = "554"; + version = "557"; format = "other"; src = fetchFromGitHub { owner = "hydrusnetwork"; repo = "hydrus"; rev = "refs/tags/v${version}"; - hash = "sha256-BNAEM9XFkdKLQUAWerM6IWts04FWdd8SSCJZaymmxGo="; + hash = "sha256-upijLCj+mxTQ9EO2mfvnfPjqIvRaAqtByeRY/N1ANlU="; }; nativeBuildInputs = [ |
