Merge pull request #185064 from dali99/update_hydrus2

hydrus: 493 -> 495
This commit is contained in:
Mario Rodas 2022-08-13 11:54:23 -05:00 committed by GitHub
commit 9512ac5c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "493";
version = "495";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
sha256 = "sha256-sROmWFH3sDBDh1VSVLTM71Y9qD8CndvwW7PKzkavIuc=";
sha256 = "sha256-MuSK19oSrRJZebATRpDW1CmUq4NKcpuoPmOuLyvL8A8=";
};
nativeBuildInputs = [