mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
newt-go: 1.1.3 -> 1.2.0
This commit is contained in:
parent
2377a24e8d
commit
3807e60627
1 changed files with 3 additions and 3 deletions
|
@ -7,16 +7,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "newt";
|
pname = "newt";
|
||||||
version = "1.1.3";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fosrl";
|
owner = "fosrl";
|
||||||
repo = "newt";
|
repo = "newt";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-wfm2UI4QUiYiAJIYBiSCOD/w72WRJIv2cyLIkfqGsek=";
|
hash = "sha256-dZsHPEhvrElFdmJ6mgqyLqcblyUfpt8dtLsNFm1emrw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-8VlT9cy2uNhQPiUpr1jJuQSgUR6TtlbQ+etran2Htxs=";
|
vendorHash = "sha256-Yc5IXnShciek/bKkVezkAcaq47zGiZP8vUHFb9p09LI=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace main.go \
|
substituteInPlace main.go \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue