Skip to content

Commit 3ce59b1

Browse files
committed
miller: 6.12.0 -> 6.13.0
1 parent 744e61f commit 3ce59b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/text/miller/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
buildGoModule rec {
44
pname = "miller";
5-
version = "6.12.0";
5+
version = "6.13.0";
66

77
src = fetchFromGitHub {
88
owner = "johnkerl";
99
repo = "miller";
1010
rev = "v${version}";
11-
sha256 = "sha256-0M9wdKn6SdqNAcEcIb4mkkDCUBYQ/mW+0OYt35vq9yw=";
11+
sha256 = "sha256-eHiYIw/sQMXLow2Vy4zFTGeON28LmG0pK2Uca4ooInU=";
1212
};
1313

1414
outputs = [ "out" "man" ];
1515

16-
vendorHash = "sha256-WelwnwsdOhAq4jdmFAYvh4lDMsmaAItdrbC//MfWHjU=";
16+
vendorHash = "sha256-oc6Lp4rQ+MLmQDVcuNJ3CqYH277Vuuwu4zSSO2ICXsw=";
1717

1818
postInstall = ''
1919
mkdir -p $man/share/man/man1

0 commit comments

Comments
 (0)