Skip to content

Commit

Permalink
bump car-mirror versions
Browse files Browse the repository at this point in the history
  • Loading branch information
walkah committed Apr 7, 2023
1 parent c4b5a4b commit 858aa63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pkgs/carmirror/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ buildGo119Module {
src = fetchFromGitHub {
owner = "fission-codes";
repo = "kubo-car-mirror";
rev = "b8d30df89fa7f00f2dd861a8f7481f9ed4c017d0";
sha256 = "sha256-qZPaFfyYEaaVjVHRYhN7DPK6ZK2s5wmpqwEqDZXPYdU=";
rev = "b0bce69e8db26d0aec27fa379a66f6f7149df282";
sha256 = "sha256-BMl5IDw8kr4OQA117p4QA5p1gRKdpJBjzz40pCK4qNc=";
};

vendorSha256 = "sha256-mN6urTjIdgwLp8/U7jc2VLhpFV/6ngu93rh0JJBuLaA=";
vendorSha256 = "sha256-VqmGQd8osA0EVcxeI4r71FeWeItOheGrvYDdbtwyck8=";

subPackages = [ "cmd/carmirror" ];
}
Expand Down
8 changes: 4 additions & 4 deletions pkgs/carmirror/kubo.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ pkgs, buildGo119Module, fetchFromGitHub, nixosTests, ... }:
let
version = "0.18.1-carmirror";
version = "0.19.1-carmirror";
in
buildGo119Module {
pname = "kubo";
Expand All @@ -11,8 +11,8 @@ buildGo119Module {
src = fetchFromGitHub {
owner = "fission-codes";
repo = "kubo";
rev = "1f68095bf1cacc9bdf89c0fb052087af3641ac0c";
sha256 = "sha256-7C8rrW7QRqD6KmmM5hnyz1m9z+IWJZl/tHKzwPaZ2EM=";
rev = "f40ed2f9b9947d5d10d22ab046586ecdcf8841ca";
sha256 = "sha256-Tzzv5x19mgXsvk7ja/0N9jUx8wCY43RSak9sbwnk4uQ=";
};

subPackages = [ "cmd/ipfs" ];
Expand All @@ -23,7 +23,7 @@ buildGo119Module {

passthru.tests.kubo = nixosTests.kubo;

vendorSha256 = "sha256-TLB7xdp7n1fqQ+O+rfSyxfLvHX/5q3uOJlsJKlQfc2U=";
vendorSha256 = "sha256-1gMP7OyoqV1BPRmafhazyC0ly0/J0Y/WZuLCrNudhz0=";

outputs = [ "out" "systemd_unit" "systemd_unit_hardened" ];

Expand Down

0 comments on commit 858aa63

Please sign in to comment.