Skip to content

Commit

Permalink
fix failing sourcehut test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sampliner committed Apr 1, 2024
1 parent 18b3b62 commit 693968d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testpkgs/sourcehut.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ buildGoModule rec {
owner = "~gpanders";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0xLmjidPxjSkYmLI4lWieT2rswZsWBY/IUXFOrUFAMo=";
hash = "sha256-0xLmjidPxjSkYmLI4lWieT2rswZsWBY/IUXFOrUFAMo=";
};

vendorSha256 = "sha256-7UuQXnQdlUMC0ZIgHydQ5bZMB5XrE7dhx5+1NI+zFkM=";
vendorHash = "sha256-7UuQXnQdlUMC0ZIgHydQ5bZMB5XrE7dhx5+1NI+zFkM=";

nativeBuildInputs = [ installShellFiles makeWrapper scdoc ];

Expand Down

0 comments on commit 693968d

Please sign in to comment.