naev: 0.11.4 -> 0.11.5

This commit is contained in:
R. Ryantm 2024-06-13 14:12:15 +00:00
parent c9b3406603
commit 9c6276ea2e

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;
};