naja: 0.2.13 -> 0.3.0

This commit is contained in:
R. Ryantm
2025-12-06 09:15:31 +00:00
parent 9e31b6e2c4
commit d75859a667
+2 -2
View File
@@ -17,13 +17,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "naja";
version = "0.2.13";
version = "0.3.0";
src = fetchFromGitHub {
owner = "najaeda";
repo = "naja";
tag = "v${finalAttrs.version}";
hash = "sha256-OTQA8Uukhjr0Cy1zqMrxy+wke5cBFFx0OjoenxTBW2Q=";
hash = "sha256-u7pblUmMJYYd0o7jzT5g9moPrWdOgqhPXPzx+B90ybg=";
fetchSubmodules = true;
};