Merge pull request #270385 from arthsmn/master

newsraft: 0.21 -> 0.22
This commit is contained in:
Nick Cao
2023-11-27 16:23:54 -05:00
committed by GitHub
+3 -3
View File
@@ -12,14 +12,14 @@
stdenv.mkDerivation rec {
pname = "newsraft";
version = "0.21";
version = "0.22";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "grisha";
owner = "newsraft";
repo = "newsraft";
rev = "newsraft-${version}";
hash = "sha256-vnLlozzPIk3F2U2ZvOClHnpmkXx4fc0pM1X4hFXM2Pg=";
hash = "sha256-QjIADDk1PSZP89+G7B1Bpu3oTEAykD4RJYghZnMJKho=";
};
nativeBuildInputs = [ pkg-config ];