naev: 0.11.2 -> 0.11.3

This commit is contained in:
R. Ryantm 2024-01-25 14:26:52 +00:00
parent 5af80acc9a
commit 9afc0c14cb

View File

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