ni: 30.0.0 -> 30.1.0

This commit is contained in:
R. Ryantm
2026-04-28 16:55:33 +00:00
parent 1997c5f274
commit 6d6ae522a3
+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 {