mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #318738 from GoldsteinE/betula/1.3
This commit is contained in:
commit
0667eb8297
1 changed files with 3 additions and 3 deletions
|
@ -3,15 +3,15 @@
|
||||||
, buildGoModule
|
, buildGoModule
|
||||||
}: buildGoModule rec {
|
}: buildGoModule rec {
|
||||||
pname = "betula";
|
pname = "betula";
|
||||||
version = "1.2.0";
|
version = "1.3.1";
|
||||||
|
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
owner = "~bouncepaw";
|
owner = "~bouncepaw";
|
||||||
repo = "betula";
|
repo = "betula";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-oxwOGpf305VDlY3Mwl0dRJRRhe0yolaMMlpNspZdKQk=";
|
hash = "sha256-20sA2Hnnppr2RXqu2Qx2bkU/u9FUkH6INUUGx2zKfao=";
|
||||||
};
|
};
|
||||||
vendorHash = "sha256-DjL2h6YKCJOWgmR/Gb0Eja38yJ4DymqW/SzmPG3+q9w=";
|
vendorHash = "sha256-SWcQYF8LP6lw5kWlAVFt3qiwDnvpSOXenmdm6TSfJSc=";
|
||||||
|
|
||||||
CGO_ENABLED = 1;
|
CGO_ENABLED = 1;
|
||||||
# These tests use internet, so are failing in Nix build.
|
# These tests use internet, so are failing in Nix build.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue