2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-15 18:18:03 +00:00

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

naev: 0.10.6 -> 0.11.0
This commit is contained in:
Nick Cao 2023-12-24 11:16:29 -05:00 committed by GitHub
commit 39f353338f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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