Skip to content

Commit

Permalink
octopus: 14.1 -> 15.1 (NixOS#374046)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Jan 15, 2025
2 parents ca4c4ee + c1b86c7 commit 4b85446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/oc/octopus/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ assert (blas.isILP64 == arpack.isILP64);

stdenv.mkDerivation rec {
pname = "octopus";
version = "14.1";
version = "15.1";

src = fetchFromGitLab {
owner = "octopus-code";
repo = "octopus";
rev = version;
hash = "sha256-8wZR+bYdxJFsUPMWbIGYxRdNzjLgHm+KFLjY7fSN7io=";
hash = "sha256-vG1HUkuNUZkhBumoJJy3AyFU6cZOo1YGmaOYcU6bPOM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 4b85446

Please sign in to comment.