expected-lite: 0.6.2 -> 0.6.3

This commit is contained in:
R. Ryantm 2023-03-24 22:25:59 +00:00
parent 612676d971
commit b8d64fb322

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "expected-lite";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "martinmoene";
repo = "expected-lite";
rev = "v${version}";
hash = "sha256-d3lFpi62QPZKVt/QeBV7MoH3QltSg5dsUI3dIUArPpA=";
hash = "sha256-Qvu/YmkivfXVGM4ZPLVt3XmOEnKWcmHpbb9xJyC2qDQ=";
};
nativeBuildInputs = [ cmake ninja ];