ncps: 0.1.1 -> 0.2.0 (#403053)

This commit is contained in:
Wael Nasreddine
2025-04-30 11:42:56 -07:00
committed by GitHub
+3 -3
View File
@@ -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 = [