naev: 0.10.5 -> 0.10.6

This commit is contained in:
R. Ryantm 2023-07-13 10:17:33 +00:00
parent ff6e67d2c2
commit 71e2043bee

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "naev";
version = "0.10.5";
version = "0.10.6";
src = fetchFromGitHub {
owner = "naev";
repo = "naev";
rev = "v${version}";
sha256 = "sha256-2jCGRZxa2N8J896YYPAN7it3uvNGYtoIH75HNqy0kEE=";
sha256 = "sha256-nUQhpKl1aIsoJZtQGyHuwPhRBeb7nSs6+MfmTtX17mY=";
fetchSubmodules = true;
};