Skip to content

Commit 7f092ef

Browse files
dive: 0.13.0 -> 0.13.1 (#395017)
2 parents a793ee3 + bc96c6b commit 7f092ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/di/dive/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
}:
1111
buildGoModule rec {
1212
pname = "dive";
13-
version = "0.13.0";
13+
version = "0.13.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "wagoodman";
1717
repo = "dive";
1818
rev = "v${version}";
19-
hash = "sha256-kVFXidcvSlYi+aD+3yEPYy1Esm0bl02ioX1DmO0L1Hs=";
19+
hash = "sha256-PXimdEgcPS1QQbhkaI2a55EIyWMIZTwRWj0Wx81nqcQ=";
2020
};
2121

22-
vendorHash = "sha256-9lNtKpfGDVE3U0ZX0QcaCJrqCxoubvWqR26IvSKkImM=";
22+
vendorHash = "sha256-egsFnnHZMPRTJeFw6uByE9OJH06zqKRTvQi9XhegbDI=";
2323

2424
nativeBuildInputs = [ pkg-config ];
2525

0 commit comments

Comments
 (0)