Unverified Commit 4ac48dd7 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

mirrorbits: 0.6 -> 0.6.1 (#434167)

parents 853d8d0e d1bf677d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildGoModule (finalAttrs: {
  pname = "mirrorbits";
  version = "0.6";
  version = "0.6.1";

  src = fetchFromGitHub {
    owner = "etix";
    repo = "mirrorbits";
    tag = "v${finalAttrs.version}";
    hash = "sha256-99eOfVSlGIEzNm+0gI/y0+UPd+dnZiGzaHlkqUNtO1U=";
    hash = "sha256-PqPE/PgIyQylbYoABC/saxLF83XjgRAS0QimragJ8P8=";
  };

  postPatch = ''