naev: 0.11.0 -> 0.11.2

This commit is contained in:
R. Ryantm 2024-01-19 03:16:54 +00:00
parent 31347dd86d
commit ce4ca0187c

View file

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "naev";
version = "0.11.0";
version = "0.11.2";
src = fetchFromGitHub {
owner = "naev";
repo = "naev";
rev = "v${version}";
sha256 = "sha256-JTXZzxjfnD3OKZq1wms9bPwIBXyu9FuZB6hvH7HwvRI=";
sha256 = "sha256-G6FsZnRWNTFjsIpQsxYcZhlyjhMUaalNlmLpYGQar0E=";
fetchSubmodules = true;
};