skyscraper: 3.18.3 -> 3.18.4 (#488869)

This commit is contained in:
Nick Cao
2026-02-10 21:34:25 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "skyscraper";
version = "3.18.3";
version = "3.18.4";
src = fetchFromGitHub {
owner = "Gemba";
repo = "skyscraper";
tag = finalAttrs.version;
hash = "sha256-3Yo6aRmduIhTYwaxgL5fpKuNycM+VzgLPe/7VdaePo8=";
hash = "sha256-JuV8BpA9WHalw+riS4qpc+pRAe45hr673YpsPJNAB+A=";
};
strictDeps = true;