Merge pull request #318544 from r-ryantm/auto-update/expected-lite

expected-lite: 0.7.0 -> 0.8.0
This commit is contained in:
Azat Bahawi 2024-06-10 10:29:51 +03:00 committed by GitHub
commit 7713a4dc27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];