chawan: 0.2.0 -> 0.2.1 (#420754)

authored by Sandro and committed by GitHub a38c4056 28812890

+3 -2
+3 -2
pkgs/by-name/ch/chawan/package.nix
··· 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 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; [ ];