3
0
Fork 0
forked from mirrors/nixpkgs

oh-my-git: 0.6.4 -> 0.6.5

This commit is contained in:
Johannes Schleifenbaum 2022-07-21 22:34:39 +02:00
parent e88ab8f54b
commit d6a7358e72
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0

View file

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "oh-my-git";
version = "0.6.4";
version = "0.6.5";
src = fetchFromGitHub {
owner = "git-learning-game";
repo = "oh-my-git";
rev = version;
sha256 = "sha256-GQLHyBUXF+yqEZ/LYutAn6TBCXFX8ViOaERQEm2J6CY=";
sha256 = "sha256-XqxliMVU55D5JSt7Yo5btvZnnTlagSukyhXv6Akgklo=";
};
nativeBuildInputs = [