git-releaser: 0.1.2 -> 0.1.3

This commit is contained in:
R. Ryantm 2024-02-26 08:00:20 +00:00
parent e3474e1d1e
commit 1d277ef741

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "git-releaser";
version = "0.1.2";
version = "0.1.3";
src = fetchFromGitHub {
owner = "git-releaser";
repo = "git-releaser";
rev = "refs/tags/v${version}";
hash = "sha256-rgnOXon68QMfVbyYhERy5z2pUlLCBwum7a/U9kdp5M0=";
hash = "sha256-27xUsqFuAu02jYLi3LiTnVjifqZIr39lPwMfJea7a4A=";
};
vendorHash = "sha256-O6Rqdf6yZvW8aix51oIziip+WcVIiyDZZ2VOQfwP8Fs=";
vendorHash = "sha256-uKS7MwCak/CjnMjzFKqYypBVZFl+3hD1xVaOPvQV9E0=";
ldflags = [ "-X main.version=${version}" ];