Skip to content

Commit 9bbde8f

Browse files
committed
ugit: 5.8 -> 5.9
1 parent 2bf0209 commit 9bbde8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ug/ugit/package.nix

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

1414
stdenvNoCC.mkDerivation (finalAttrs: {
1515
pname = "ugit";
16-
version = "5.8";
16+
version = "5.9";
1717

1818
src = fetchFromGitHub {
1919
owner = "Bhupesh-V";
2020
repo = "ugit";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-WnEyS2JKH6rrsYOeGEwughWq2LKrHPSjio3TOI0Xm4g=";
22+
hash = "sha256-MufnBUVjEpEpZ/zyzo2e/hj+XJlikSSaXFwscCdaU48=";
2323
};
2424

2525
strictDeps = true;

0 commit comments

Comments
 (0)