skyscraper: 3.16.1 -> 3.17.2 (#404455)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:35:53 +00:00 committed by GitHub
commit 1d5b3d5210
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "skyscraper"; pname = "skyscraper";
version = "3.16.1"; version = "3.17.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Gemba"; owner = "Gemba";
repo = "skyscraper"; repo = "skyscraper";
rev = "refs/tags/${finalAttrs.version}"; rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-9brCKUIXuBC4T9655HUI/BZ6g0ABdAWf7QrE5Y0kSzw="; hash = "sha256-VcXa+aI2z+EKJgAtMKsYO/QZ3Ky2acsRYcqDqMFNedg=";
}; };
strictDeps = true; strictDeps = true;