vvvvvv: 2.4.2 -> 2.4.3

Changelog: https://github.com/TerryCavanagh/VVVVVV/releases/tag/2.4.3
Signed-off-by: Dan Xin <davinci42.cn@gmail.com>
This commit is contained in:
Dan Xin
2026-02-08 23:35:55 +08:00
parent 693e12715a
commit 8ca33461ae
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "vvvvvv";
version = "2.4.2";
version = "2.4.3";
src = fetchFromGitHub {
owner = "TerryCavanagh";
repo = "VVVVVV";
rev = version;
hash = "sha256-SYXuA7RJ0x4d1Lyvmk/R2nofEt5k7OJ91X6w3sGQOhg=";
hash = "sha256-IEspPNsKGWgukqmnb6nDORRetQp9jvUzJ/mSOTLGdmQ=";
fetchSubmodules = true;
};