newsraft: 0.27 -> 0.28

This commit is contained in:
luftmensch-luftmensch
2025-01-04 17:20:37 +01:00
parent 7870cd10d7
commit c8da173b4d
+2 -2
View File
@@ -14,14 +14,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "newsraft";
version = "0.27";
version = "0.28";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "newsraft";
repo = "newsraft";
rev = "newsraft-${finalAttrs.version}";
hash = "sha256-MtdFnoB6Dc3xvTCc2PMIp5VsZiU5JE58q6WctM3mDZw=";
hash = "sha256-iRoQLGmiAPpt9ZpvHpytIWHldkvV/5qVjurypCycJYI=";
};
nativeBuildInputs = [ pkg-config ];