rush-parallel: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm
2025-03-12 14:06:33 +00:00
parent e607ef1af0
commit 5d5877d9ba
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "rush-parallel";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "shenwei356";
repo = "rush";
rev = "v${version}";
hash = "sha256-dhYW0wVniKVe2LfhNRIwLHvkk9vZ99kQX/6Yd7R+2h0=";
hash = "sha256-IV49d4Xu5QqpgqKH4y+yaOHDhhFQ2s4PuyeWHMawZTQ=";
};
vendorHash = "sha256-zCloMhjHNkPZHYX1e1nx072IYbWHFWam4Af0l0s8a6M=";