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

mage: 1.16.0 -> 1.16.1 (#500232)

parents 118b01e1 ac0a5c91
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.0";
  version = "1.16.1";

  src = fetchFromGitHub {
    owner = "magefile";
    repo = "mage";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-SJtwUS/m4hsBq035VdU8skJxvHokCdMQ3aKjPkXsN28=";
    sha256 = "sha256-W9VySQFZx1fzYYHZInmNpWsITVhGASzR6lNyETiaLao=";
  };

  vendorHash = null;