mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
gomodifytags: unstable-2017-12-14 -> unstable-2018-09-14 (#47467)
gomodifytags: unstable-2017-12-14 -> unstable-2018-09-14
This commit is contained in:
parent
3decb753d8
commit
f51a090e24
@ -1,16 +1,17 @@
|
|||||||
{ stdenv, buildGoPackage, fetchgit }:
|
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "gomodifytags-${version}";
|
name = "gomodifytags-unstable-${version}";
|
||||||
version = "unstable-2017-12-14";
|
version = "2018-09-14";
|
||||||
rev = "20644152db4fe0ac406d81f3848e8a15f0cdeefa";
|
rev = "141225bf62b6e5c9c0c9554a2e993e8c30aebb1d";
|
||||||
|
|
||||||
goPackagePath = "github.com/fatih/gomodifytags";
|
goPackagePath = "github.com/fatih/gomodifytags";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
url = "https://github.com/fatih/gomodifytags";
|
owner = "fatih";
|
||||||
sha256 = "0k0ly3mmm9zcaxwlzdbvdxr2gn7kvcqzk1bb7blgq7fkkzpp7i1q";
|
repo = "gomodifytags";
|
||||||
|
sha256 = "16qbp594l90qpvf388wlv0kf6wvqj1vz2mqq0g3qcz6dkrc4cjqa";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user