Unverified Commit c132f6c2 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

ugit: 5.8 -> 5.9 (#399341)

parents 3c1fd65a 9bbde8fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;