gearboy: 3.8.9 -> 3.8.11 (#545605)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-25 13:57:04 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gearboy";
version = "3.8.9";
version = "3.8.11";
src = fetchFromGitHub {
owner = "drhelius";
repo = "Gearboy";
tag = finalAttrs.version;
hash = "sha256-p6gIGWkcv4jJacF4baK8Uej2kwwPnd/ylvgmUHHPXnI=";
hash = "sha256-3Z8J71c7tRng7Nj+05pbjtientfkED+SyZF43tZSGDg=";
};
__structuredAttrs = true;