skyscraper: 3.20.3 -> 3.20.4

This commit is contained in:
R. Ryantm
2026-08-21 07:44:50 +00:00
parent 8aaa7b2528
commit e504856fa4

View File

@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "skyscraper";
version = "3.20.3";
version = "3.20.4";
src = fetchFromGitHub {
owner = "Gemba";
repo = "skyscraper";
tag = finalAttrs.version;
hash = "sha256-/N9yMJuz1S/kcPiO3AxHE2YlEnZzPwu2/yCfGjzbbcM=";
hash = "sha256-oTFsRgZ9+iRP9IA6YFD9ZJCh0+UhAaQLbSYkH7Z/GrU=";
};
strictDeps = true;