Skip to content

Commit

Permalink
dssp: 4.4.7 -> 4.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 7, 2024
1 parent 8ab1d55 commit 2e9de92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/dssp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 2e9de92

Please sign in to comment.