jose: 13 -> 14

This commit is contained in:
R. Ryantm 2024-05-22 18:20:26 +00:00
parent 9f46451cf3
commit e4a9014095

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "jose";
version = "13";
version = "14";
src = fetchFromGitHub {
owner = "latchset";
repo = pname;
rev = "v${version}";
hash = "sha256-XkYvBjPmwhwo2p8/jTXazHRAgSGkI7LTLUlqbxMxlys=";
hash = "sha256-rMNPJaCtVpbwIkMQzBNpmRct6S/NelTwjmsuB0RP6R8=";
};
nativeBuildInputs = [ meson pkg-config ninja asciidoc ];