expected-lite: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm
2025-06-24 14:18:13 +00:00
parent 1785337274
commit ccae07c836
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "expected-lite";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "martinmoene";
repo = "expected-lite";
rev = "v${version}";
hash = "sha256-8Lf+R7wC7f2YliXqhR6pwVVSLZ6qheu7YOV5jHc0Cjc=";
hash = "sha256-LRXxUaDQT5q9dXK2uYFvCgEuGWEHKr95lfdGTGjke0g=";
};
nativeBuildInputs = [