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

naev: 0.11.0 -> 0.11.2
This commit is contained in:
h7x4 2024-01-20 02:12:24 +01:00 committed by GitHub
commit b80470927f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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