We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c1fd65 + 9bbde8f commit c132f6cCopy full SHA for c132f6c
pkgs/by-name/ug/ugit/package.nix
@@ -13,13 +13,13 @@
13
14
stdenvNoCC.mkDerivation (finalAttrs: {
15
pname = "ugit";
16
- version = "5.8";
+ version = "5.9";
17
18
src = fetchFromGitHub {
19
owner = "Bhupesh-V";
20
repo = "ugit";
21
tag = "v${finalAttrs.version}";
22
- hash = "sha256-WnEyS2JKH6rrsYOeGEwughWq2LKrHPSjio3TOI0Xm4g=";
+ hash = "sha256-MufnBUVjEpEpZ/zyzo2e/hj+XJlikSSaXFwscCdaU48=";
23
};
24
25
strictDeps = true;
0 commit comments