Unverified Commit 7677c610 authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

Merge pull request #227874 from markuskowa/upd-octopus

octopus: 12.1 -> 12.2
parents 0561f57e 94add426
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@ assert (blas.isILP64 == arpack.isILP64);

stdenv.mkDerivation rec {
  pname = "octopus";
  version = "12.1";
  version = "12.2";

  src = fetchFromGitLab {
    owner = "octopus-code";
    repo = "octopus";
    rev = version;
    sha256 = "sha256-dQdb4wGKOQefrgtQVorq6EH9IiAh1tMmj3GiZOXgTBY=";
    sha256 = "sha256-tM3D0geOT+8X3EofI+iPR48z8LKFSxQMoO/W/be+OFg=";
  };

  nativeBuildInputs = [