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

ncps: 0.1.1 -> 0.2.0 (#403053)

parents 547c144d 568c49b8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
let
  finalAttrs = {
    pname = "ncps";
    version = "0.1.1";
    version = "0.2.0";

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

    ldflags = [
@@ -23,7 +23,7 @@ let

    subPackages = [ "." ];

    vendorHash = "sha256-xPrWofNyDFrUPQ42AYDs2x2gGoQ2w3tRrMIsu3SVyHA=";
    vendorHash = "sha256-El3yvYYnase4ztG3u7xxcKE5ARy5Lvp/FVosBwOXzbU=";
    doCheck = true;

    nativeBuildInputs = [