3
0
Fork 0
forked from mirrors/nixpkgs

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 { stdenv.mkDerivation rec {
pname = "naev"; pname = "naev";
version = "0.11.0"; version = "0.11.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "naev"; owner = "naev";
repo = "naev"; repo = "naev";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-JTXZzxjfnD3OKZq1wms9bPwIBXyu9FuZB6hvH7HwvRI="; sha256 = "sha256-G6FsZnRWNTFjsIpQsxYcZhlyjhMUaalNlmLpYGQar0E=";
fetchSubmodules = true; fetchSubmodules = true;
}; };