Merge pull request #34711 from andir/grv-0.1.2

grv: 0.1.1 -> 0.1.2

authored by Andreas Rammhold and committed by GitHub 151f234f 0d65e2e0

+3 -106
+3 -4
pkgs/applications/version-management/git-and-tools/grv/default.nix
··· 1 { stdenv, buildGoPackage, fetchFromGitHub, curl, libgit2_0_25, ncurses, pkgconfig, readline }: 2 let 3 - version = "0.1.1"; 4 in 5 buildGoPackage { 6 name = "grv-${version}"; ··· 10 11 goPackagePath = "github.com/rgburke/grv"; 12 13 - goDeps = ./deps.nix; 14 - 15 src = fetchFromGitHub { 16 owner = "rgburke"; 17 repo = "grv"; 18 rev = "v${version}"; 19 - sha256 = "0q9gvxfw48d4kjpb2jx7lg577vazjg0n961y6ija5saja5n16mk2"; 20 }; 21 22 meta = with stdenv.lib; {
··· 1 { stdenv, buildGoPackage, fetchFromGitHub, curl, libgit2_0_25, ncurses, pkgconfig, readline }: 2 let 3 + version = "0.1.2"; 4 in 5 buildGoPackage { 6 name = "grv-${version}"; ··· 10 11 goPackagePath = "github.com/rgburke/grv"; 12 13 src = fetchFromGitHub { 14 owner = "rgburke"; 15 repo = "grv"; 16 rev = "v${version}"; 17 + sha256 = "1i8cr5xxdacpby60nqfyj8ijyc0h62029kbds2lq26rb8nn9qih2"; 18 + fetchSubmodules = true; 19 }; 20 21 meta = with stdenv.lib; {
-102
pkgs/applications/version-management/git-and-tools/grv/deps.nix
··· 1 - # This file was generated by https://github.com/kamilchm/go2nix v1.2.1 2 - [ 3 - { 4 - goPackagePath = "github.com/Sirupsen/logrus"; 5 - fetch = { 6 - type = "git"; 7 - url = "https://github.com/Sirupsen/logrus"; 8 - rev = "768a92a02685ee7535069fc1581341b41bab9b72"; 9 - sha256 = "1m67cxb6p0zgq0xba63qb4vvy6z5d78alya0vnx5djfixygiij53"; 10 - }; 11 - } 12 - { 13 - goPackagePath = "github.com/bradfitz/slice"; 14 - fetch = { 15 - type = "git"; 16 - url = "https://github.com/bradfitz/slice"; 17 - rev = "d9036e2120b5ddfa53f3ebccd618c4af275f47da"; 18 - sha256 = "189h48w3ppvx2kqyxq0s55kxv629lljjxbyqjnlrgg8fy6ya8wgy"; 19 - }; 20 - } 21 - { 22 - goPackagePath = "github.com/gobwas/glob"; 23 - fetch = { 24 - type = "git"; 25 - url = "https://github.com/gobwas/glob"; 26 - rev = "51eb1ee00b6d931c66d229ceeb7c31b985563420"; 27 - sha256 = "090wzpwsjana1qas8ipwh1pj959gvc4b7vwybzi01f3bmd79jwlp"; 28 - }; 29 - } 30 - { 31 - goPackagePath = "github.com/mattn/go-runewidth"; 32 - fetch = { 33 - type = "git"; 34 - url = "https://github.com/mattn/go-runewidth"; 35 - rev = "97311d9f7767e3d6f422ea06661bc2c7a19e8a5d"; 36 - sha256 = "0dxlrzn570xl7gb11hjy1v4p3gw3r41yvqhrffgw95ha3q9p50cg"; 37 - }; 38 - } 39 - { 40 - goPackagePath = "github.com/rgburke/goncurses"; 41 - fetch = { 42 - type = "git"; 43 - url = "https://github.com/rgburke/goncurses"; 44 - rev = "9a788ac9d81e61c6a2ca6205ee8d72d738ed12b9"; 45 - sha256 = "0xqwxscdszbybriyzqmsd2zkzda9anckx56q8gksfy3gwj286gpb"; 46 - }; 47 - } 48 - { 49 - goPackagePath = "github.com/rjeczalik/notify"; 50 - fetch = { 51 - type = "git"; 52 - url = "https://github.com/rjeczalik/notify"; 53 - rev = "27b537f07230b3f917421af6dcf044038dbe57e2"; 54 - sha256 = "05alsqjz2x8jzz2yp8r20zwglcg7y1ywq60zy6icj18qs3abmlp0"; 55 - }; 56 - } 57 - { 58 - goPackagePath = "github.com/tchap/go-patricia"; 59 - fetch = { 60 - type = "git"; 61 - url = "https://github.com/tchap/go-patricia"; 62 - rev = "5ad6cdb7538b0097d5598c7e57f0a24072adf7dc"; 63 - sha256 = "0351x63zqympgfsnjl78cgvqhvipl3kfs1i15hfaw91hqin6dykr"; 64 - }; 65 - } 66 - { 67 - goPackagePath = "go4.org"; 68 - fetch = { 69 - type = "git"; 70 - url = "https://github.com/camlistore/go4"; 71 - rev = "fba789b7e39ba524b9e60c45c37a50fae63a2a09"; 72 - sha256 = "01irxqy8na646b4zbw7v3zwy3yx9m7flhim5c3z4lzq5hiy2h75i"; 73 - }; 74 - } 75 - { 76 - goPackagePath = "golang.org/x/crypto"; 77 - fetch = { 78 - type = "git"; 79 - url = "https://go.googlesource.com/crypto"; 80 - rev = "1875d0a70c90e57f11972aefd42276df65e895b9"; 81 - sha256 = "1kprrdzr4i4biqn7r9gfxzsmijya06i9838skprvincdb1pm0q2q"; 82 - }; 83 - } 84 - { 85 - goPackagePath = "golang.org/x/sys"; 86 - fetch = { 87 - type = "git"; 88 - url = "https://go.googlesource.com/sys"; 89 - rev = "3dbebcf8efb6a5011a60c2b4591c1022a759af8a"; 90 - sha256 = "02pwjyimpm13km3fk0rg2l9p37w7qycdwp74piawwgcgh80qnww9"; 91 - }; 92 - } 93 - { 94 - goPackagePath = "gopkg.in/libgit2/git2go.v25"; 95 - fetch = { 96 - type = "git"; 97 - url = "https://gopkg.in/libgit2/git2go.v25"; 98 - rev = "334260d743d713a55ff3c097ec6707f2bb39e9d5"; 99 - sha256 = "0hfya9z2pg29zbc0s92hj241rnbk7d90jzj34q0dp8b7akz6r1rc"; 100 - }; 101 - } 102 - ]
···