Merge pull request #264013 from fugidev/agdsn-zsh-config

agdsn-zsh-config: 0.7.1 -> 0.8.0
This commit is contained in:
Mario Rodas 2023-10-31 07:02:22 -05:00 committed by GitHub
commit 3047c745d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -6111,7 +6111,7 @@
}; };
fugi = { fugi = {
email = "me@fugi.dev"; email = "me@fugi.dev";
github = "FugiMuffi"; github = "fugidev";
githubId = 21362942; githubId = 21362942;
name = "Fugi"; name = "Fugi";
}; };

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "agdsn-zsh-config"; pname = "agdsn-zsh-config";
version = "0.7.1"; version = "0.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "agdsn"; owner = "agdsn";
repo = "agdsn-zsh-config"; repo = "agdsn-zsh-config";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-79bD3YQcpNTKYvEoKu22gqOKvNH7eZPGS/iU+/4IbAU="; sha256 = "sha256-kbpiA+aI3mXQAanmTyZo2rJNOKX77FKjpVsQywyyq90=";
}; };
dontBuild = true; dontBuild = true;