Unverified Commit daa642c1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

costa: 2.3.1 -> 2.3.2 (#513305)

parents 323fcce8 93617f15
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "COSTA";
  version = "2.3.1";
  version = "2.3.2";

  src = fetchFromGitHub {
    owner = "eth-cscs";
    repo = "COSTA";
    rev = "v${finalAttrs.version}";
    hash = "sha256-G/+AXGOjTbc92+6HLkDzkVJIikri0A+cB7Ft0RRQTzw=";
    hash = "sha256-d4ouwGOoo2E5NeI+H7NbjPrPs40EjlbQc/JrADMTDVg=";
  };

  nativeBuildInputs = [ cmake ];