Unverified Commit d9643bf4 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

web-archives: 0.5.0 -> 0.5.1 (#473006)

parents 7c096b5f 86bcec6c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "web-archives";
  version = "0.5.0";
  version = "0.5.1";

  src = fetchFromGitHub {
    owner = "birros";
    repo = "web-archives";
    rev = "v${finalAttrs.version}";
    hash = "sha256-EYHChI+4tpjRp4KveHTB+5BSLtw0YLp5z2JJmA0xTlM=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-aP42WiSmpkAw7FtxUftIsHKDztt60xKcL8Zq2iTSRn8=";
  };

  web-archive-darkreader = fetchurl {