Unverified Commit 772b4b3c authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

vvvvvv: 2.4.1 -> 2.4.2 (#379616)

parents 55e6dada c3e0d514
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };