hhexen: 1.6.3 -> 1.6.4 (#370641)

Co-authored-by: majiru <majiru@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-06 19:37:18 +00:00
committed by GitHub
co-authored by majiru
+2 -2
View File
@@ -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 = [