Unverified Commit 809637ec authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

vkquake: 1.32.1 -> 1.32.2 (#403392)

parents f97c5c89 2e2405e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "vkquake";
  version = "1.32.1";
  version = "1.32.2";

  src = fetchFromGitHub {
    owner = "Novum";
    repo = "vkQuake";
    tag = finalAttrs.version;
    hash = "sha256-yqoP24SNjq7YZ9QfkZQte6tsSeR16ScknXgZ5nQJerI=";
    hash = "sha256-ImgzfwpgALKsK0NvJr9/NBCaUWDxuINu5vYOCMhbRQg=";
  };

  nativeBuildInputs = [