chawan: 0.3.2 -> 0.3.3

This commit is contained in:
R. Ryantm
2026-01-22 08:40:00 +00:00
committed by Nikolay Korotkiy
parent 5d361f1d1d
commit 3ada791ccd
+2 -6
View File
@@ -14,19 +14,15 @@
stdenv.mkDerivation (finalAttrs: {
pname = "chawan";
version = "0.3.2";
version = "0.3.3";
src = fetchFromSourcehut {
owner = "~bptato";
repo = "chawan";
tag = "v${finalAttrs.version}";
hash = "sha256-JPFQsu5vLSesgpbX79Z5e0GGFIsC4PUJuZQS8a5Oq2c=";
hash = "sha256-GVDh94pgdMlwHMyqtT8q2yM+rwioodBYQfA+AOZ/CsU=";
};
env.NIX_CFLAGS_COMPILE = toString (
lib.optional stdenv.cc.isClang "-Wno-error=implicit-function-declaration"
);
nativeBuildInputs = [
makeBinaryWrapper
nim