Commit 1bf4dd81 authored by R. RyanTM's avatar R. RyanTM
Browse files

hhexen: 1.6.3 -> 1.6.4

parent 01463b17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "hhexen";
  version = "1.6.3";
  version = "1.6.4";

  src = fetchFromGitHub {
    owner = "sezero";
    repo = "hhexen";
    rev = "hhexen-${finalAttrs.version}";
    hash = "sha256-y3jKfU4e8R2pJQN/FN7W6KQ7D/P+7pmQkdmZug15ApI=";
    hash = "sha256-D1gIdIqb6RN7TA7ezbBhy2Z82TH1quN8kgAMNRHMfhw=";
  };

  nativeBuildInputs = [