Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
drone-cli: 1.2.1 -> 1.2.2
  • Loading branch information
kampka committed Aug 10, 2020
1 parent fcb82c9 commit 044f18a
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, buildGoModule }:

let version = "1.2.1";
let version = "1.2.2";
in buildGoModule rec {
inherit version;
pname = "drone-cli";
revision = "v${version}";
goPackagePath = "github.com/drone/drone-cli";

vendorSha256 = "1zzx5yy0pp0c8pias4sfxfvdzhhrff9f8j51qf6dkif99xwdq3hb";
vendorSha256 = "1ryh94cj37j8x6qwxr5ydyw6cnjppakg1w84sipm11d0vvv98bhi";

doCheck = false;

Expand All @@ -19,7 +19,7 @@ in buildGoModule rec {
owner = "drone";
repo = "drone-cli";
rev = revision;
sha256 = "19icihi5nxcafxlh4w61nl4cd0dhvik9zl8g4gqmazikjqsjms2j";
sha256 = "082yqm72y8s3v06gkcg947p62sd63y3r2bmdsrfgdrzb5w5a75bl";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 044f18a

Please sign in to comment.