Skip to content

Commit

Permalink
Merge pull request #90572 from marsam/update-git-subtrac
Browse files Browse the repository at this point in the history
gitAndTools.git-subtrac: 0.02 -> 0.03
  • Loading branch information
marsam committed Jun 16, 2020
2 parents be5d646 + 573d41d commit d028a64
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "git-subtrac";
version = "0.02";
version = "0.03";

src = fetchFromGitHub {
owner = "apenwarr";
repo = pname;
rev = "v${version}";
sha256 = "1nj950r38sxzrgw69m1xphm7a4km2g29iw2897gfx4wx57jl957k";
sha256 = "1ky04h18vg1yl9lykbhkmf25qslg0z2qzziy8c7afmvzvvvhm2v5";
};

vendorSha256 = "1ccwbhzwys8sl3m2rs2lp70snzsi2a0ahnnq8kn15rrlvsv5qahf";
Expand All @@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = [ maintainers.marsam ];
};
}
}

0 comments on commit d028a64

Please sign in to comment.