Unverified Commit ddf35ce7 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

skyscraper: 3.17.3 -> 3.17.4 (#422486)

parents b113c27f 400e511f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "skyscraper";
  version = "3.17.3";
  version = "3.17.4";

  src = fetchFromGitHub {
    owner = "Gemba";
    repo = "skyscraper";
    rev = "refs/tags/${finalAttrs.version}";
    hash = "sha256-vQkvIQnTonvEByZaUQbumfR9aSiakEvy4MLXvllztis=";
    hash = "sha256-XUye/Iojp1JrsG+LuONwX6RghTPL8UbsxzdO2LCEbPo=";
  };

  strictDeps = true;