Skip to content

Commit a38c405

Browse files
chawan: 0.2.0 -> 0.2.1 (#420754)
2 parents 2881289 + 008b7a4 commit a38c405

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/ch/chawan/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
stdenv.mkDerivation (finalAttrs: {
1818
pname = "chawan";
19-
version = "0.2.0";
19+
version = "0.2.1";
2020

2121
src = fetchFromSourcehut {
2222
owner = "~bptato";
2323
repo = "chawan";
2424
rev = "v${finalAttrs.version}";
25-
hash = "sha256-DiA7SEXPJTScdoFeGzH45wZP6gZRU8t/fvJLOufuNmU=";
25+
hash = "sha256-n0hyAT6XuNJTpjLlYiiDER1xrz8nwT+Q2kSkg28Y8zE=";
2626
};
2727

2828
patches = [ ./mancha-augment-path.diff ];
@@ -78,6 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
7878
meta = {
7979
description = "Lightweight and featureful terminal web browser";
8080
homepage = "https://sr.ht/~bptato/chawan/";
81+
changelog = "https://git.sr.ht/~bptato/chawan/refs/v${finalAttrs.version}";
8182
license = lib.licenses.publicDomain;
8283
platforms = lib.platforms.unix;
8384
maintainers = with lib.maintainers; [ ];

0 commit comments

Comments
 (0)