cassowary: 0.12.0 -> 0.12.1

This commit is contained in:
R. RyanTM 2021-02-09 07:44:51 +00:00
parent 5464a2355a
commit 08e8994d72

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=";