ipfs-cluster: 1.1.2 -> 1.1.3 (#405700)

Co-authored-by: Luflosi <Luflosi@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-09 20:07:15 +00:00
committed by GitHub
co-authored by Luflosi
+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; {