raft-cowsql: 0.18.2 -> 0.18.3

This commit is contained in:
R. Ryantm 2023-12-23 03:46:01 +00:00
parent 22ea4c79f1
commit da15ab6c98

View File

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