gearboy: 3.8.3 -> 3.8.4

This commit is contained in:
R. Ryantm
2026-05-15 21:22:57 +00:00
parent ff02da1b46
commit 393e7cd5d2
+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;