natsukium 2023-07-21 00:14:33 +09:00
parent 081d7a5712
commit e54f06de69
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -19,13 +19,13 @@ in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "dssp"; pname = "dssp";
version = "4.3.1"; version = "4.4.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PDB-REDO"; owner = "PDB-REDO";
repo = "dssp"; repo = "dssp";
rev = "refs/tags/v${finalAttrs.version}"; rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-TE2fus3KaGd9jo7cOWmJSooHjxTbcxEldR1Mui2SGP0="; hash = "sha256-Gic/rE/G24P5g4Uhf2lcvVa6i/4KGQzCpK4KlpjXcS0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [