cassowary: 0.17.0 -> 0.18.0 (#393194)

This commit is contained in:
Nick Cao
2025-03-26 17:32:44 -04:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "cassowary";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "rogerwelin";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lC3GOS4hugRoQbJYVGv6kl3h6xMAukcOdV2m/u3Wgkk=";
sha256 = "sha256-zaG4HrdTGXTalMFz/huRW32RZBQx55AvUi29tz6vFD8=";
};
vendorHash = "sha256-YP9q9lL2A9ERhzbJBIFKsYsgvy5xYeUO3ekyQdh97f8=";