Unverified Commit debbafb8 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

vkquake: 1.31.3 -> 1.32.0 (#373221)

parents 9764d3c3 17bae968
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "vkquake";
  version = "1.31.3";
  version = "1.32.0";

  src = fetchFromGitHub {
    owner = "Novum";
    repo = "vkQuake";
    tag = finalAttrs.version;
    sha256 = "sha256-VqTfcwt6/VTotD2Y7x7WiVwISRGOLfmMWh6EO5DSMX4=";
    hash = "sha256-UnldXIQD05yPFPuES5PvWFu0xQf72iht10GYJFZdZlQ=";
  };

  nativeBuildInputs = [