ipfs-cluster: 1.1.2 -> 1.1.3

This commit is contained in:
R. Ryantm
2025-05-09 19:48:10 +00:00
parent a94100d091
commit 095ed98716
+3 -3
View File
@@ -6,15 +6,15 @@
buildGoModule rec {
pname = "ipfs-cluster";
version = "1.1.2";
version = "1.1.3";
vendorHash = "sha256-y8eE1GYFiHbLY5zeSSQO86I4buZZJROGp7KzXbKjMqI=";
vendorHash = "sha256-VVejr6B7eDNNQF34PS/PaQ50mBNZgzJS50aNzbLJgCg=";
src = fetchFromGitHub {
owner = "ipfs-cluster";
repo = "ipfs-cluster";
rev = "v${version}";
hash = "sha256-CpMnhqRlikKdPT3/tsLpKdKm6icePDsmqEnUEBwvCT0=";
hash = "sha256-C3bBtZsDcYy6I0wmaYIDwhmGJVNcWq+rCdi5WHUzvB8=";
};
meta = with lib; {