Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-02-11 06:16:39 +00:00
committed by GitHub
32 changed files with 203 additions and 181 deletions
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cassowary";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "rogerwelin";
repo = pname;
rev = "v${version}";
sha256 = "sha256-HRshuMnRPMzatOYYI//yEtjC46kORGXaAWJJjLHW2+k=";
sha256 = "sha256-1so9EMry7U6GfpxgqLpcqC+ZaWAn4qAsnyDZvo0FAZY=";
};
vendorSha256 = "sha256-d8JPsHBGkZ/MeoHTCLxi6JeNomER/0veWjqmqGal8eE=";