Skip to content

Commit 8f0b6d2

Browse files
authored
tbox: 1.7.6 -> 1.7.7 (#397368)
2 parents bc0b105 + bee2c4a commit 8f0b6d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/tb/tbox/package.nix

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

77
stdenv.mkDerivation rec {
88
pname = "tbox";
9-
version = "1.7.6";
9+
version = "1.7.7";
1010

1111
src = fetchFromGitHub {
1212
owner = "tboox";
1313
repo = "tbox";
1414
rev = "v${version}";
15-
hash = "sha256-cwpZ7F8WzT/46HrckHe0Aug2mxirCkNA68aCxg/FcsE=";
15+
hash = "sha256-piPfPg3NAvP2zhWgtPlNvlAHoqIU77TE/kd1B/6GIuc=";
1616
};
1717

1818
configureFlags = [

0 commit comments

Comments
 (0)