newsraft: 0.21 -> 0.22

fix the repository name, as the release notes apply

update hash
This commit is contained in:
arthsmn
2023-11-27 11:56:19 -03:00
parent 98a0ec7a83
commit fa07281c0b
+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 ];