Skip to content

Commit

Permalink
cassowary: 0.7.0 -> 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 14, 2020
1 parent 0905a5d commit cca946c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/cassowary/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "cassowary";
version = "0.7.0";
version = "0.11.0";

src = fetchFromGitHub {
owner = "rogerwelin";
repo = pname;
rev = "v${version}";
sha256 = "0p5vcs25h5nj36dm9yjmdjymcq0zldm3zlqfppxcjx862h48k8zj";
sha256 = "161wzcdq7kpny6fzxsqk2ivnah0xwmh2knv37jn0x18lclga1k9s";
};

vendorSha256 = "1m5jaqf5jrib415k0i7w6rf5bjjwfn572wk94jwfpwjcbbvh8fck";
vendorSha256 = "1qgilmkai9isbbg4pzqic6i8v5z8cay0ilw1gb69z4a6f2q4zhkp";

buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];

Expand Down

0 comments on commit cca946c

Please sign in to comment.