Merge pull request #181044 from mrVanDalo/feature/terranix-2.5.4

terranix: 2.5.3 -> 2.5.4
This commit is contained in:
Jörg Thalheim
2022-07-15 11:01:08 +02:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "terranix";
version = "2.5.3";
version = "2.5.4";
src = fetchFromGitHub {
owner = "mrVanDalo";
repo = "terranix";
rev = version;
sha256 = "sha256-Jhq0pkyF1KWJ6HgeWLoRfIxo7QHvOwwXzsIxZQgQtK4=";
sha256 = "sha256-zctvB0zpPY2C1HkMyEK6NFNuPVNGcU9b8gv9HafBd2A=";
};
nativeBuildInputs = [ makeWrapper ];