File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
stdenv . mkDerivation ( finalAttrs : {
18
18
pname = "chawan" ;
19
- version = "0.2.0 " ;
19
+ version = "0.2.1 " ;
20
20
21
21
src = fetchFromSourcehut {
22
22
owner = "~bptato" ;
23
23
repo = "chawan" ;
24
24
rev = "v${ finalAttrs . version } " ;
25
- hash = "sha256-DiA7SEXPJTScdoFeGzH45wZP6gZRU8t/fvJLOufuNmU =" ;
25
+ hash = "sha256-n0hyAT6XuNJTpjLlYiiDER1xrz8nwT+Q2kSkg28Y8zE =" ;
26
26
} ;
27
27
28
28
patches = [ ./mancha-augment-path.diff ] ;
@@ -78,6 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
78
78
meta = {
79
79
description = "Lightweight and featureful terminal web browser" ;
80
80
homepage = "https://sr.ht/~bptato/chawan/" ;
81
+ changelog = "https://git.sr.ht/~bptato/chawan/refs/v${ finalAttrs . version } " ;
81
82
license = lib . licenses . publicDomain ;
82
83
platforms = lib . platforms . unix ;
83
84
maintainers = with lib . maintainers ; [ ] ;
You can’t perform that action at this time.
0 commit comments