Merge pull request #301725 from r-ryantm/auto-update/newsraft

newsraft: 0.23 -> 0.24
This commit is contained in:
Weijia Wang 2024-04-06 01:21:42 +02:00 committed by GitHub
commit 1b763542a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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