Merge pull request #233740 from mrVanDalo/feature/terranix_260

terranix: 2.5.5 -> 2.6.0
This commit is contained in:
Felix Bühler 2023-05-25 00:09:55 +02:00 committed by GitHub
commit 75ef0c8e45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];