chroma: 0.9.1 -> 0.9.2

This commit is contained in:
sternenseemann
2021-06-30 12:34:34 +02:00
committed by sterni
parent e4ee74de2d
commit 801a040dee
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "chroma";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "alecthomas";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+4UaQrJh3PBf68rlW1lOEyEVw3vWxfc+Casa5+H8F9A=";
sha256 = "0g5l961sr05p0kfj56qcxs9f4x3ji3p6n96zrc16cij5ncncasxw";
leaveDotGit = true;
};