Merge pull request #319568 from r-ryantm/auto-update/naev

naev: 0.11.4 -> 0.11.5
This commit is contained in:
Nick Cao
2024-06-13 14:00:51 -04:00
committed by GitHub
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "naev";
version = "0.11.4";
version = "0.11.5";
src = fetchFromGitHub {
owner = "naev";
repo = "naev";
rev = "v${version}";
sha256 = "sha256-Cyun9BxIcv5V3HbMuFEhbYZnAuneTUwztc+ZlNaTp70=";
sha256 = "sha256-vdPkACgLGSTb9E/HZR5KoXn/fro0iHV7hX9kJim1j/M=";
fetchSubmodules = true;
};