1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

raft-cowsql: 0.18.3 -> 0.19.1

This commit is contained in:
R. Ryantm 2024-01-04 18:42:32 +00:00
parent 5f23a2f396
commit 064af190df

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "raft-cowsql";
version = "0.18.3";
version = "0.19.1";
src = fetchFromGitHub {
owner = "cowsql";
repo = "raft";
rev = "refs/tags/v${version}";
hash = "sha256-lfmn+GfdgZ5fdp3Y6ROzEuXsrLNlH/qA98Ni5QAv0oQ=";
hash = "sha256-GF+dfkdBNamaix+teJQfhiVMGFwHoAj6GeQj9EpuhYE=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];