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

This commit is contained in:
Sandro
2024-07-28 22:49:20 +02:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "nerdfetch";
version = "8.1.2";
version = "8.2.0";
src = fetchFromGitHub {
owner = "ThatOneCalculator";
repo = "NerdFetch";
rev = "v${finalAttrs.version}";
hash = "sha256-hKs/Of6GIQ9Xtav7VfL+2DzMNpgUoDk5C/2lqldd/So=";
hash = "sha256-fSITel2WhlmKx+wMNKfur3zDqKYJs5+AZNJBd2MtGRw=";
};
dontUnpack = true;