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

expected-lite: 0.6.3 -> 0.7.0
This commit is contained in:
Azat Bahawi 2024-06-02 16:40:46 +03:00 committed by GitHub
commit ea9b04b23f
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.6.3";
version = "0.7.0";
src = fetchFromGitHub {
owner = "martinmoene";
repo = "expected-lite";
rev = "v${version}";
hash = "sha256-Qvu/YmkivfXVGM4ZPLVt3XmOEnKWcmHpbb9xJyC2qDQ=";
hash = "sha256-8ILoBK36NT7+4k3SqwgIghFSVmNHHkhxgTFvrxxXTPk=";
};
nativeBuildInputs = [ cmake ninja ];