Unverified Commit 61bb2af7 authored by Wael Nasreddine's avatar Wael Nasreddine Committed by GitHub
Browse files

ncps: 0.3.0 -> 0.4.0 (#448120)

parents ffd85dba 0aa3c4ae
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,20 +8,20 @@
let
  finalAttrs = {
    pname = "ncps";
    version = "0.3.0";
    version = "0.4.0";

    src = fetchFromGitHub {
      owner = "kalbasit";
      repo = "ncps";
      tag = "v${finalAttrs.version}";
      hash = "sha256-mBiasGQgwP8dRQqtn7z+tLKECDd1p0JE2nvCYLru0Ts=";
      hash = "sha256-A2HLbob9MHHCUNIC1OBwyFeE6KuEIdXW75hPSZMgicI=";
    };

    ldflags = [
      "-X github.com/kalbasit/ncps/cmd.Version=v${finalAttrs.version}"
    ];

    vendorHash = "sha256-5QpzU+cy14cdR5Oi2vwA+BbMSTPMXlhyq9RpzbMsRZQ=";
    vendorHash = "sha256-Plc1L23qOYj1evVIG+O3OxVAKVeEIA+Z6sP4Z/T1SxU=";

    doCheck = true;
    checkFlags = [ "-race" ];