newsraft: 0.24 -> 0.25

This commit is contained in:
R. Ryantm 2024-05-28 18:16:32 +00:00
parent c51180147c
commit 4f29187c25

@ -13,14 +13,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "newsraft";
version = "0.24";
version = "0.25";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "newsraft";
repo = "newsraft";
rev = "newsraft-${finalAttrs.version}";
hash = "sha256-LTiFwsjnGuGN4UgMpu/HGKtJbbYTx58zldjV2C/wtPQ=";
hash = "sha256-hRWhjv/uCL3w0BUzYho3luCeZPyDsXqxnhx1wMovHY0=";
};
nativeBuildInputs = [ pkg-config ];