Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

kubo: 0.23.0 -> 0.24.0

+2 -2
+2 -2
pkgs/applications/networking/kubo/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "kubo"; 10 - version = "0.23.0"; # When updating, also check if the repo version changed and adjust repoVersion below 10 + version = "0.24.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-ycXn8h8sFGJXVMldneN51lZgXoPaZ/XeXLtqqJ4w6H0="; 18 + hash = "sha256-stSjLvg8G1EiXon3Qby4wLgbhX7Aaj9pnxcvE32/42k="; 19 19 }; 20 20 21 21 # tarball contains multiple files/directories