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

authored by Franz Pletz and committed by GitHub aea4d9d7 e1031c5b

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