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

naev: 0.11.3 -> 0.11.4
This commit is contained in:
Weijia Wang
2024-03-17 01:46:33 +01:00
committed by GitHub
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "naev";
version = "0.11.3";
version = "0.11.4";
src = fetchFromGitHub {
owner = "naev";
repo = "naev";
rev = "v${version}";
sha256 = "sha256-2n7i5qCFdpjBpjeMv6aCd0zyD4c60FciHmSafbArnms=";
sha256 = "sha256-Cyun9BxIcv5V3HbMuFEhbYZnAuneTUwztc+ZlNaTp70=";
fetchSubmodules = true;
};