naev: 0.12.5 -> 0.12.6

Changes: https://github.com/naev/naev/releases/tag/v0.12.6
This commit is contained in:
Sergei Trofimovich
2025-07-09 20:57:21 +01:00
parent 3d76db8a09
commit 89445e7a4b
+2 -2
View File
@@ -50,13 +50,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "naev";
version = "0.12.5";
version = "0.12.6";
src = fetchFromGitHub {
owner = "naev";
repo = "naev";
tag = "v${finalAttrs.version}";
hash = "sha256-I+OU3sr+C8HPnJTQ+Cc/EvshzawqikoMg3cp9uQ5dSQ=";
hash = "sha256-Phes5d7q1PgviwKFcvDvm9xregcbj2NTTPdmbaXJ19Y=";
fetchSubmodules = true;
};