Unverified Commit ed4ae67b authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

xmountains: 2.11 -> 2.13 (#441433)

parents dd1b384c 21e29688
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xmountains";
  version = "2.11";
  version = "2.13";

  src = fetchFromGitHub {
    owner = "spbooth";
    repo = "xmountains";
    tag = "v${finalAttrs.version}";
    hash = "sha256-q2+aJ5ISoSXUW4BaAf9Qq/d+DEBSylceZNKKmN4SbQQ=";
    hash = "sha256-8phhsC2LJc1StnTAFzOBGxbo0kL3G10XJMmOL3jIcS0=";
  };

  buildInputs = [