traccar: 6.7.2 -> 6.7.3
This commit is contained in:
parent
7b803c3519
commit
2561db9aea
@ -6,13 +6,13 @@
|
||||
}:
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "traccar";
|
||||
version = "6.7.2";
|
||||
version = "6.7.3";
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
|
||||
src = fetchzip {
|
||||
stripRoot = false;
|
||||
url = "https://github.com/traccar/traccar/releases/download/v${version}/traccar-other-${version}.zip";
|
||||
hash = "sha256-a6ZDJcviEPXLm91PnP6qflID2MLO4oD6MyVkQNRd688=";
|
||||
hash = "sha256-XUlGxOT9udJUy9tcdKeqvY2EbGokDcp+Wv3ShfHPoGA=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user