gearboy: 3.8.8 -> 3.8.9

This commit is contained in:
R. Ryantm
2026-07-06 19:08:43 +00:00
parent 3f9778f68c
commit a97372ba55
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gearboy";
version = "3.8.8";
version = "3.8.9";
src = fetchFromGitHub {
owner = "drhelius";
repo = "Gearboy";
tag = finalAttrs.version;
hash = "sha256-ZGhkcB7/WAvNaJ+tBNtka4lPHScnRI0hm9X1bUhpfRM=";
hash = "sha256-p6gIGWkcv4jJacF4baK8Uej2kwwPnd/ylvgmUHHPXnI=";
};
__structuredAttrs = true;