Merge pull request #300093 from SuperSamus/vvvvvv-update

vvvvvv: 2.4 -> 2.4.1
This commit is contained in:
Weijia Wang 2024-04-07 19:29:11 +02:00 committed by GitHub
commit 600379c2bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "vvvvvv";
version = "2.4";
version = "2.4.1";
src = fetchFromGitHub {
owner = "TerryCavanagh";
repo = "VVVVVV";
rev = version;
sha256 = "sha256-AecaEWjWELRnCzTdMz+rDXVKnpPF+LNmxiKqMwQMm4k=";
sha256 = "sha256-HosrYBzx1Kh7rQIH7IAoOTPgpm4lgYOVR3MWtWX3usQ=";
fetchSubmodules = true;
};

View File

@ -37797,7 +37797,7 @@ with pkgs;
voxelands = callPackage ../games/voxelands { };
vvvvvv = callPackage ../games/vvvvvv {
vvvvvv = callPackage ../by-name/vv/vvvvvv/package.nix {
inherit (darwin.apple_sdk.frameworks) Foundation IOKit;
};