Unverified Commit c347038d authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

micromdm: 1.12.1 -> 1.13.0 (#376282)

parents 97bb2c75 7c6be4bc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "micromdm";
  version = "1.12.1";
  version = "1.13.0";

  src = fetchFromGitHub {
    owner = "micromdm";
    repo = "micromdm";
    rev = "v${version}";
    hash = "sha256-hFoInkeJAd5h6UiF19YE9f6kkIZRmhVFVvUAkSkSqlM=";
    hash = "sha256-o/HK1bjaUwsSQG7QbYe0gFnD/OKV00cHXLXpftNa3iY=";
  };

  vendorHash = "sha256-XYrv/cjma2ZYHs2x6hSXxifuS10Xa/zUx4s5O/OMLf4=";
  vendorHash = "sha256-aKm8a/PS+1ozImh1aL2EliALyUqjPMMBh4NTbL0H/ng=";

  meta = {
    description = "Mobile Device Management server for Apple Devices, focused on giving you all the power through an API";