Unverified Commit 430e9d75 authored by Wael Nasreddine's avatar Wael Nasreddine Committed by GitHub
Browse files

ncps: 0.2.0 -> 0.3.0 with checkPhase fixes (#438680)

parents 620f2561 d864ef8a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,23 +8,23 @@
let
  finalAttrs = {
    pname = "ncps";
    version = "0.2.0";
    version = "0.3.0";

    src = fetchFromGitHub {
      owner = "kalbasit";
      repo = "ncps";
      tag = "v${finalAttrs.version}";
      hash = "sha256-CjiPn5godd8lT3eE9e7MnZ0/2hOEq+CG0bpgRtLtwHo=";
      hash = "sha256-mBiasGQgwP8dRQqtn7z+tLKECDd1p0JE2nvCYLru0Ts=";
    };

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

    subPackages = [ "." ];
    vendorHash = "sha256-5QpzU+cy14cdR5Oi2vwA+BbMSTPMXlhyq9RpzbMsRZQ=";

    vendorHash = "sha256-El3yvYYnase4ztG3u7xxcKE5ARy5Lvp/FVosBwOXzbU=";
    doCheck = true;
    checkFlags = [ "-race" ];

    nativeBuildInputs = [
      dbmate # used for testing