Merge pull request #269640 from natsukium/dssp/update

dssp: 4.4.4.1 -> 4.4.5
This commit is contained in:
OTABI Tomoya 2023-11-25 18:35:26 +09:00 committed by GitHub
commit 09fecf05a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,13 +29,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "dssp";
version = "4.4.4.1";
version = "4.4.5";
src = fetchFromGitHub {
owner = "PDB-REDO";
repo = "dssp";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-sy6GBCnTGRD1YP00dKIolkr1RMboLGcd0f4kU8gCOnA=";
hash = "sha256-X0aMWqoMhmQVRHWKVm2S6JAOYiBuBBMzMoivMdpNx0M=";
};
nativeBuildInputs = [