Merge pull request #321952 from r-ryantm/auto-update/nerdfetch

nerdfetch: 8.1.1 -> 8.1.2
This commit is contained in:
Nick Cao 2024-06-23 09:50:01 -04:00 committed by GitHub
commit be5d8dbf11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "nerdfetch";
version = "8.1.1";
version = "8.1.2";
src = fetchFromGitHub {
owner = "ThatOneCalculator";
repo = "NerdFetch";
rev = "v${finalAttrs.version}";
hash = "sha256-mSRS7MUgaa14mgPYkbC4O1/gXxbyDKOiVCRgoh8He/c=";
hash = "sha256-hKs/Of6GIQ9Xtav7VfL+2DzMNpgUoDk5C/2lqldd/So=";
};
dontUnpack = true;