vvvvvv: 2.4.1 -> 2.4.2 (#379616)

This commit is contained in:
Arne Keller
2025-03-17 08:20:41 +01:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "vvvvvv";
version = "2.4.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "TerryCavanagh";
repo = "VVVVVV";
rev = version;
hash = "sha256-HosrYBzx1Kh7rQIH7IAoOTPgpm4lgYOVR3MWtWX3usQ=";
hash = "sha256-SYXuA7RJ0x4d1Lyvmk/R2nofEt5k7OJ91X6w3sGQOhg=";
fetchSubmodules = true;
};