gearboy: 3.8.6 -> 3.8.7

This commit is contained in:
R. Ryantm
2026-06-20 07:49:01 +00:00
parent 6c91888634
commit e4cc529803
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gearboy";
version = "3.8.6";
version = "3.8.7";
src = fetchFromGitHub {
owner = "drhelius";
repo = "Gearboy";
tag = finalAttrs.version;
hash = "sha256-HdTypXuIVMl3y83RbjNviAtgl2KwCU+faI6ZcG2P/LY=";
hash = "sha256-0HAhYvj1vypDR9OhJDCb5Cyjqwe6s9DDuMUF0rngPtM=";
};
__structuredAttrs = true;