Unverified Commit e098b1d0 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

traccar: 6.8.1 -> 6.9.0 (#435068)

parents b850d2ab a7c62515
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
stdenvNoCC.mkDerivation rec {
  pname = "traccar";
  version = "6.8.1";
  version = "6.9.0";
  nativeBuildInputs = [ pkgs.makeWrapper ];

  src = fetchzip {
    stripRoot = false;
    url = "https://github.com/traccar/traccar/releases/download/v${version}/traccar-other-${version}.zip";
    hash = "sha256-bc4IJCEMM5qd1gOvNKcmX1dcyB4DTS4bpKkHTL+qtEQ=";
    hash = "sha256-UILLCRzefPY6AWzy1AOLFu1L+h22VylMAR/25pE9RGE=";
  };

  installPhase = ''