ncps: 0.1.1 -> 0.2.0

This commit is contained in:
R. Ryantm
2025-04-30 13:22:17 +00:00
parent 4c66bec300
commit 568c49b8e6
+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 = [