Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 82feb02e8d56
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 66552e6b3c59
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 18, 2021

  1. cassowary: 0.11.0 -> 0.12.0

    r-ryantm committed Jan 18, 2021
    Copy the full SHA
    ac98736 View commit details

Commits on Jan 19, 2021

  1. Merge pull request #109743 from r-ryantm/auto-update/cassowary

    cassowary: 0.11.0 -> 0.12.0
    ryantm authored Jan 19, 2021
    Copy the full SHA
    66552e6 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/networking/cassowary/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/networking/cassowary/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

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

src = fetchFromGitHub {
owner = "rogerwelin";
repo = pname;
rev = "v${version}";
sha256 = "161wzcdq7kpny6fzxsqk2ivnah0xwmh2knv37jn0x18lclga1k9s";
sha256 = "sha256-HRshuMnRPMzatOYYI//yEtjC46kORGXaAWJJjLHW2+k=";
};

vendorSha256 = "1qgilmkai9isbbg4pzqic6i8v5z8cay0ilw1gb69z4a6f2q4zhkp";
vendorSha256 = "sha256-d8JPsHBGkZ/MeoHTCLxi6JeNomER/0veWjqmqGal8eE=";

doCheck = false;