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
+2 -2
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;