vvvvvv: 2.4 -> 2.4.1

Diff: https://github.com/TerryCavanagh/VVVVVV/compare/2.4...2.4.1
This commit is contained in:
Martino Fontana 2024-03-29 21:09:57 +01:00
parent 64c81edb4b
commit 0c8952f776
1 changed files with 2 additions and 2 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;
};