Unverified Commit 4a29a2b8 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

mage: 1.16.1 -> 1.17.0 (#503556)

parents e529be9a e060c79e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule (finalAttrs: {
  pname = "mage";
  version = "1.16.1";
  version = "1.17.0";

  src = fetchFromGitHub {
    owner = "magefile";
    repo = "mage";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-W9VySQFZx1fzYYHZInmNpWsITVhGASzR6lNyETiaLao=";
    sha256 = "sha256-F+eKV4FIf2rAcaNzoLS4AtTwuTrBAqntdjuAhrhVnCQ=";
  };

  vendorHash = null;