ugit: 5.8 -> 5.9 (#399341)

Co-authored-by: d-brasher <d-brasher@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-17 16:33:41 +00:00
committed by GitHub
co-authored by d-brasher
+2 -2
View File
@@ -13,13 +13,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "ugit";
version = "5.8";
version = "5.9";
src = fetchFromGitHub {
owner = "Bhupesh-V";
repo = "ugit";
tag = "v${finalAttrs.version}";
hash = "sha256-WnEyS2JKH6rrsYOeGEwughWq2LKrHPSjio3TOI0Xm4g=";
hash = "sha256-MufnBUVjEpEpZ/zyzo2e/hj+XJlikSSaXFwscCdaU48=";
};
strictDeps = true;