Unverified Commit a1ef40df authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

skyscraper: 3.18.4 -> 3.18.5 (#492555)

parents 7806d210 150e2dd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "skyscraper";
  version = "3.18.4";
  version = "3.18.5";

  src = fetchFromGitHub {
    owner = "Gemba";
    repo = "skyscraper";
    tag = finalAttrs.version;
    hash = "sha256-JuV8BpA9WHalw+riS4qpc+pRAe45hr673YpsPJNAB+A=";
    hash = "sha256-lX+ew/PkZdOFjYDVLCsF3JH8oqQBAjxfZQegHZ1vcDo=";
  };

  strictDeps = true;