scope-lite: 0.2.0 -> 0.3.0

This commit is contained in:
R. Ryantm
2026-02-06 22:13:57 +10:00
committed by zowoq
parent 04691f35dd
commit 140ce2b7bd
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "scope-lite";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitHub {
owner = "martinmoene";
repo = "scope-lite";
tag = "v${finalAttrs.version}";
hash = "sha256-/Vu3blgyEOQRFqhQjuT/6ukV0iWA0TdPrLnt2Z/gd6E=";
hash = "sha256-EZ+bBnMPpgATANa+al5SnVEfUFYc0TkaPTLNHD6zcWU=";
};
nativeBuildInputs = [ cmake ];