ni: 30.0.0 -> 30.1.0 (#514472)

This commit is contained in:
Nick Cao
2026-04-29 20:27:47 +00:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "ni";
version = "30.0.0";
version = "30.1.0";
src = fetchFromGitHub {
owner = "antfu-collective";
repo = "ni";
tag = "v${finalAttrs.version}";
hash = "sha256-CCegG/ClJV4SsuCztUbUy6fw0nFod8FLpIXvftPA9cg=";
hash = "sha256-mBKSnnmvlZOwU+6MQrg8S8iCea2PGAsHa+A4lseLYyw=";
};
pnpmDeps = fetchPnpmDeps {