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 authored and mergify[bot] committed Apr 2, 2024
1 parent 2519da8 commit f181db9
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 f181db9

Please sign in to comment.