Unverified Commit dbe8f689 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #269824 from NixOS/backport-269640-to-release-23.11

[Backport release-23.11] dssp: 4.4.4.1 -> 4.4.5
parents 37e9abc3 4540e592
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [