From a058a3a95b09e1e60a48e18610cfda5cdf40accc Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 15 Nov 2022 23:13:52 +0100 Subject: [PATCH] packages/ipfs: 0.15.0 -> 0.16.0 --- packages/networking/ipfs/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/networking/ipfs/default.nix b/packages/networking/ipfs/default.nix index 66b3929..bfba170 100644 --- a/packages/networking/ipfs/default.nix +++ b/packages/networking/ipfs/default.nix @@ -1,8 +1,8 @@ -{ lib, buildGoModule, fetchurl, nixosTests, openssl, pkg-config }: +{ lib, buildGo118Module, fetchurl, nixosTests, openssl, pkg-config }: -buildGoModule rec { +buildGo118Module rec { pname = "ipfs"; - version = "0.15.0"; # When updating, also check if the repo version changed and adjust repoVersion below + version = "0.16.0"; # When updating, also check if the repo version changed and adjust repoVersion below rev = "v${version}"; repoVersion = "12"; # Also update ipfs-migrator when changing the repo version @@ -10,7 +10,7 @@ buildGoModule rec { # go-ipfs makes changes to it's source tarball that don't match the git source. src = fetchurl { url = "https://github.com/ipfs/kubo/releases/download/${rev}/kubo-source.tar.gz"; - sha256 = "sha256-GkOY1G2CKXbMbHXkw5v27HmfkJIl2nZOmjjZbzuaRWs="; + sha256 = "sha256-FS7lwQS7ybyoIKPkcUtPIe3srO1O/cZN+x1nzWUlF20="; }; # tarball contains multiple files/directories @@ -39,7 +39,6 @@ buildGoModule rec { ./ipfs-allow-publish-with-ipns-mounted.patch ./ipfs-fuse-nuke-getxattr.patch ./ipfs-unsafe-allow-all-paths-for-filestore.patch - ./lain-webui-0.14.0.patch ]; postPatch = ''