xmountains: 2.13 -> 2.15

This commit is contained in:
R. Ryantm
2025-09-20 13:30:45 +00:00
parent 7f00372bac
commit 83e8a0c1c1

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "xmountains"; pname = "xmountains";
version = "2.13"; version = "2.15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "spbooth"; owner = "spbooth";
repo = "xmountains"; repo = "xmountains";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-8phhsC2LJc1StnTAFzOBGxbo0kL3G10XJMmOL3jIcS0="; hash = "sha256-xAXEa2QQgWR88o6Zx9ZtXXFYerJByqQ1FojaVkru/O8=";
}; };
buildInputs = [ buildInputs = [