xmountains: 2.13 -> 2.15 (#444639)

This commit is contained in:
Nick Cao
2025-09-21 17:21:57 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xmountains";
version = "2.13";
version = "2.15";
src = fetchFromGitHub {
owner = "spbooth";
repo = "xmountains";
tag = "v${finalAttrs.version}";
hash = "sha256-8phhsC2LJc1StnTAFzOBGxbo0kL3G10XJMmOL3jIcS0=";
hash = "sha256-xAXEa2QQgWR88o6Zx9ZtXXFYerJByqQ1FojaVkru/O8=";
};
buildInputs = [