Merge pull request #50488 from kalbasit/nixpkgs_update-corgi

corgi: 0.2.3 -> 0.2.4
This commit is contained in:
Renaud 2018-11-17 11:52:26 +01:00 committed by GitHub
commit 9f1779e187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -2,15 +2,16 @@
buildGoPackage rec {
name = "corgi-${rev}";
rev = "v0.2.3";
rev = "v0.2.4";
goPackagePath = "github.com/DrakeW/corgi";
src = fetchFromGitHub {
inherit rev;
owner = "DrakeW";
repo = "corgi";
inherit rev;
sha256 = "0ahwpyd6dac04qw2ak51xfbwkr42sab1gkhh52i7hlcy12jpwl8q";
sha256 = "0h9rjv1j129n1ichwpiiyspgim1273asi3s6hgizvbc75gbbb8fn";
};
goDeps = ./deps.nix;