dssp: 4.4.10 -> 4.4.11

This commit is contained in:
R. Ryantm
2025-02-26 12:42:10 +00:00
parent eab9aa8fae
commit e2821e9ff0
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dssp";
version = "4.4.10";
version = "4.4.11";
src = fetchFromGitHub {
owner = "PDB-REDO";
repo = "dssp";
tag = "v${finalAttrs.version}";
hash = "sha256-YNYpHjp9kEszXvLF3RrNg6gYd4GPvfRVtdkUwJ89qOc=";
hash = "sha256-7L9pdKWDa/g/r+cuou2b0pqS559qwuwHBBhDDhvM7VE=";
};
nativeBuildInputs = [