skyscraper: 3.17.4 -> 3.17.5 (#439404)

This commit is contained in:
Nick Cao
2025-09-03 16:34:57 -04:00
committed by GitHub

View File

@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "skyscraper";
version = "3.17.4";
version = "3.17.5";
src = fetchFromGitHub {
owner = "Gemba";
repo = "skyscraper";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-XUye/Iojp1JrsG+LuONwX6RghTPL8UbsxzdO2LCEbPo=";
hash = "sha256-JbU3enkzVUNOwJ4NuqIxAscvFShSCssj95W5nmSaO6c=";
};
strictDeps = true;