variant-lite: 2.0.0 -> 3.0.0

This commit is contained in:
R. Ryantm
2025-10-09 10:42:13 +00:00
parent eb19d9bd0d
commit bf2fa9f656
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "variant-lite";
version = "2.0.0";
version = "3.0.0";
src = fetchFromGitHub {
owner = "martinmoene";
repo = "variant-lite";
tag = "v${finalAttrs.version}";
hash = "sha256-zLyzNzeD0C4e7CYqCCsPzkqa2cH5pSbL9vNVIxdkEfc=";
hash = "sha256-+1eSnn7eN8iN6vZg3Qz2m7u1ukWimhUQ+WHXQL4rQco=";
};
nativeBuildInputs = [