Merge pull request #267897 from dali99/update_hydrus2

hydrus: 551 -> 552

authored by

Peder Bergebakken Sundt and committed by
GitHub
32e2a7ee 7870f05a

+2 -2
+2 -2
pkgs/applications/graphics/hydrus/default.nix
··· 12 13 python3Packages.buildPythonPackage rec { 14 pname = "hydrus"; 15 - version = "551"; 16 format = "other"; 17 18 src = fetchFromGitHub { 19 owner = "hydrusnetwork"; 20 repo = "hydrus"; 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-P/U44ndfucbRnwGLdSnnA0VE4K40zPz3wtNpQj8rh5Q="; 23 }; 24 25 nativeBuildInputs = [
··· 12 13 python3Packages.buildPythonPackage rec { 14 pname = "hydrus"; 15 + version = "552"; 16 format = "other"; 17 18 src = fetchFromGitHub { 19 owner = "hydrusnetwork"; 20 repo = "hydrus"; 21 rev = "refs/tags/v${version}"; 22 + hash = "sha256-MaS9WxYlbQ7V/2mrETKS0UyWb5IzCrSwDcp4UlVS3zk="; 23 }; 24 25 nativeBuildInputs = [