Unverified Commit c53cbe85 authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

octopus: 16.2 -> 16.3 (#508594)

parents 075a836c 5e4c5cf9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@ assert (blas.isILP64 == arpack.isILP64);

stdenv.mkDerivation (finalAttrs: {
  pname = "octopus";
  version = "16.2";
  version = "16.3";

  src = fetchFromGitLab {
    owner = "octopus-code";
    repo = "octopus";
    tag = finalAttrs.version;
    hash = "sha256-L97igB+bdZ19zpbffHi8DVSJXKtUyDqauUB+l5zzFwQ=";
    hash = "sha256-3DYfgoKznIWY8/HZByzz0MX03QzbivU9B3gDyNMnTQ4=";
  };

  outputs = [