expected-lite: 0.7.0 -> 0.8.0

This commit is contained in:
R. Ryantm
2024-06-09 14:46:59 +00:00
parent 7cf6063c54
commit 9c123e7127
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "expected-lite";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "martinmoene";
repo = "expected-lite";
rev = "v${version}";
hash = "sha256-8ILoBK36NT7+4k3SqwgIghFSVmNHHkhxgTFvrxxXTPk=";
hash = "sha256-8Lf+R7wC7f2YliXqhR6pwVVSLZ6qheu7YOV5jHc0Cjc=";
};
nativeBuildInputs = [ cmake ninja ];