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

caneda: 0.3.1 -> 0.4.0 (#352750)

parents 05ef4e0b 171d2191
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

mkDerivation rec {
  pname = "caneda";
  version = "0.3.1";
  version = "0.4.0";

  src = fetchFromGitHub {
    owner = "Caneda";
    repo = "Caneda";
    rev = version;
    sha256 = "0hx8qid50j9xvg2kpbpqmbdyakgyjn6m373m1cvhp70v2gp1v8l2";
    sha256 = "sha256-oE0cdOwufc7CHEFr3YU8stjg1hBGs4bemhXpNTCTpDQ=";
  };

  nativeBuildInputs = [ cmake ];