Skip to content

Commit c248d09

Browse files
authored
bump: 0.2.4 -> 0.2.5 (#393820)
2 parents f960594 + 22fbf89 commit c248d09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/bu/bump/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "bump";
9-
version = "0.2.4";
9+
version = "0.2.5";
1010

1111
src = fetchFromGitHub {
1212
owner = "mroth";
1313
repo = pname;
1414
rev = "v${version}";
15-
sha256 = "sha256-DFgNx0H9/hZ+wUdPkEybRCIjnLsmuoYWruYgbDuFRhU=";
15+
sha256 = "sha256-a+vmpmWb/jICNdErkvCQKNIdaKtSrIJZ3BApLvKG/hg=";
1616
};
1717

18-
vendorHash = "sha256-AiXbCS3RXd6KZwIo7qzz3yM28cJloLRR+gdWqEpyims=";
18+
vendorHash = "sha256-VHVChqQXmCcw2ymTJbQLDtzBycTeXkuHPz52vuKen0w=";
1919

2020
doCheck = false;
2121

0 commit comments

Comments
 (0)