terranix: 2.5.5 -> 2.6.0

This commit is contained in:
Ingolf Wagner 2023-05-24 07:38:06 +02:00
parent 7a697fefe2
commit 05ebf77c54
No known key found for this signature in database
GPG Key ID: 76BF5F1928B9618B

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