Unverified Commit 75ef0c8e authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

Merge pull request #233740 from mrVanDalo/feature/terranix_260

terranix: 2.5.5 -> 2.6.0
parents 0ac204f3 05ebf77c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "terranix";
  version = "2.5.5";
  version = "2.6.0";

  src = fetchFromGitHub {
    owner = "mrVanDalo";
    repo = "terranix";
    rev = version;
    sha256 = "sha256-5s9YFvbYMp8x0uoXM/jOCPPdjau6+4zeK/rGRkXBdx0=";
    sha256 = "sha256-pNuJxmVMGbBHw7pa+Bx0HY0orXIXoyyAXOKuQ1zpfus=";
  };

  nativeBuildInputs = [ makeWrapper ];