circle-flags: 2.7.0 -> 2.8.0 (#471883)

This commit is contained in:
Bobby Rong
2025-12-18 15:38:31 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "circle-flags";
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = "HatScripts";
repo = "circle-flags";
rev = "v${finalAttrs.version}";
hash = "sha256-/+f5MDRW+tRH+jMtl3XuVPBShgy2PlD3NY+74mJa2Qk=";
hash = "sha256-Wa59G8ov/S89BABtpey/ueplztiYIUXrSDg72wG74jQ=";
};
installPhase = ''