Unverified Commit 54ccbcab authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #199221 from r-ryantm/auto-update/cassowary

cassowary: 0.14.1 -> 0.15.0
parents 93e2336e 1637a4b0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "cassowary";
  version = "0.14.1";
  version = "0.15.0";

  src = fetchFromGitHub {
    owner = "rogerwelin";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-JWuVoEEViVHn39LmJ0IQGg6ggDKS49WhE5Qwp+ep0Pk=";
    sha256 = "sha256-eZ61LIDMv+G7jnSrEFCsm6MP5+BpzJW+OnI9bqAZ5hw=";
  };

  vendorSha256 = "sha256-caFYa0chTsIVW7pN/TBJNfQpnF6Hm4/GFyULDqL/bH4=";
  vendorSha256 = "sha256-5U/YqqNfZfLZLEwuRh4mXACr9Gj7iOrLQRSLC/b8ZRw=";

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