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 17 stdenv.mkDerivation (finalAttrs: { 18 pname = "chawan"; 19 - version = "0.2.0"; 20 21 src = fetchFromSourcehut { 22 owner = "~bptato"; 23 repo = "chawan"; 24 rev = "v${finalAttrs.version}"; 25 - hash = "sha256-DiA7SEXPJTScdoFeGzH45wZP6gZRU8t/fvJLOufuNmU="; 26 }; 27 28 patches = [ ./mancha-augment-path.diff ]; ··· 78 meta = { 79 description = "Lightweight and featureful terminal web browser"; 80 homepage = "https://sr.ht/~bptato/chawan/"; 81 license = lib.licenses.publicDomain; 82 platforms = lib.platforms.unix; 83 maintainers = with lib.maintainers; [ ];
··· 16 17 stdenv.mkDerivation (finalAttrs: { 18 pname = "chawan"; 19 + version = "0.2.1"; 20 21 src = fetchFromSourcehut { 22 owner = "~bptato"; 23 repo = "chawan"; 24 rev = "v${finalAttrs.version}"; 25 + hash = "sha256-n0hyAT6XuNJTpjLlYiiDER1xrz8nwT+Q2kSkg28Y8zE="; 26 }; 27 28 patches = [ ./mancha-augment-path.diff ]; ··· 78 meta = { 79 description = "Lightweight and featureful terminal web browser"; 80 homepage = "https://sr.ht/~bptato/chawan/"; 81 + changelog = "https://git.sr.ht/~bptato/chawan/refs/v${finalAttrs.version}"; 82 license = lib.licenses.publicDomain; 83 platforms = lib.platforms.unix; 84 maintainers = with lib.maintainers; [ ];