chawan: 0.2.1 -> 0.2.2 (#429648)

This commit is contained in:
Yohann Boniface 2025-08-08 06:19:38 +02:00 committed by GitHub
commit 4bf8ec7a89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "chawan";
version = "0.2.1";
version = "0.2.2";
src = fetchFromSourcehut {
owner = "~bptato";
repo = "chawan";
rev = "v${finalAttrs.version}";
hash = "sha256-n0hyAT6XuNJTpjLlYiiDER1xrz8nwT+Q2kSkg28Y8zE=";
hash = "sha256-pUwwqFvTtLAGFQG62W90hEH+yPN+ifa5BDRYNh/Jupg=";
};
patches = [ ./mancha-augment-path.diff ];