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

dssp: 4.4.7 -> 4.4.8 (#347084)

parents 52e47ba3 2e9de92f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "dssp";
  version = "4.4.7";
  version = "4.4.8";

  src = fetchFromGitHub {
    owner = "PDB-REDO";
    repo = "dssp";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-qePoZYkzzWuK6j1NM+q6fPuWVRDEe4OkPmXc9Nbqobo=";
    hash = "sha256-ThQInyVuf8ejkidne/T3GdPBbf3HeThDBwWQEWB+JMI=";
  };

  nativeBuildInputs = [