rush-parallel: 0.6.1 -> 0.7.0

This commit is contained in:
R. Ryantm
2025-06-13 08:17:10 +00:00
parent cf7c43aaa4
commit dd26f4903f
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "rush-parallel";
version = "0.6.1";
version = "0.7.0";
src = fetchFromGitHub {
owner = "shenwei356";
repo = "rush";
rev = "v${version}";
hash = "sha256-IV49d4Xu5QqpgqKH4y+yaOHDhhFQ2s4PuyeWHMawZTQ=";
hash = "sha256-5xuRA3Jf9SiNc6E/XBP9PCSA7vmioww0G5QkUAzHmEI=";
};
vendorHash = "sha256-zCloMhjHNkPZHYX1e1nx072IYbWHFWam4Af0l0s8a6M=";