skyscraper: 3.17.4 -> 3.17.5

This commit is contained in:
R. Ryantm
2025-09-02 03:10:35 +00:00
parent e0403b680c
commit 331d308d45
+2 -2
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;