nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

newsraft: 0.31 -> 0.32 (#428510)

Co-authored-by: arthsmn <arthsmn@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
arthsmn
and committed by
GitHub
b76d1820 defaa763

+2 -2
+2 -2
pkgs/by-name/ne/newsraft/package.nix
··· 12 12 13 13 stdenv.mkDerivation (finalAttrs: { 14 14 pname = "newsraft"; 15 - version = "0.31"; 15 + version = "0.32"; 16 16 17 17 src = fetchFromGitea { 18 18 domain = "codeberg.org"; 19 19 owner = "newsraft"; 20 20 repo = "newsraft"; 21 21 rev = "newsraft-${finalAttrs.version}"; 22 - hash = "sha256-XnVGt9frUKeAjxYk2cr3q3a5HpqVH0CHnNiKdTTBnqA="; 22 + hash = "sha256-myirXmhxOgEWdk+W5AO1AW8aTq4q6Sn2fbqdCQQKssk="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ pkg-config ];