gearboy: 3.8.3 -> 3.8.4 (#520634)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-17 01:19:00 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gearboy";
version = "3.8.3";
version = "3.8.4";
src = fetchFromGitHub {
owner = "drhelius";
repo = "Gearboy";
tag = finalAttrs.version;
hash = "sha256-3wyAwK61lusmVYbt9m10H4I4KUHAUAlC0bP9LqGB/OE=";
hash = "sha256-wgiUHOL55P9N/wXMy8ZOPq4KcAomPJoWEwukXuYRbGo=";
};
__structuredAttrs = true;