Merge pull request #304276 from r-ryantm/auto-update/kubo

kubo: 0.27.0 -> 0.28.0

authored by Nick Cao and committed by GitHub 17458e69 6d6d9f70

+2 -2
+2 -2
pkgs/by-name/ku/kubo/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "kubo"; 10 - version = "0.27.0"; # When updating, also check if the repo version changed and adjust repoVersion below 10 + version = "0.28.0"; # When updating, also check if the repo version changed and adjust repoVersion below 11 11 rev = "v${version}"; 12 12 13 13 passthru.repoVersion = "15"; # Also update kubo-migrator when changing the repo version ··· 15 15 # Kubo makes changes to its source tarball that don't match the git source. 16 16 src = fetchurl { 17 17 url = "https://github.com/ipfs/kubo/releases/download/${rev}/kubo-source.tar.gz"; 18 - hash = "sha256-xWVV2AUpogZaMb3v0w/C+DXvR2rmbOj1Bpyb3on2hfY="; 18 + hash = "sha256-nq9NpbK9Fql0o1TG8p9lIlnKUnxvMMimz8AYKVozkwY="; 19 19 }; 20 20 21 21 # tarball contains multiple files/directories