Unverified Commit 0438149b authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

superhtml: 0.6.1 -> 0.6.2 (#452905)

parents 512d1843 bc52ef4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "superhtml";
  version = "0.6.1";
  version = "0.6.2";

  src = fetchFromGitHub {
    owner = "kristoff-it";
    repo = "superhtml";
    tag = "v${finalAttrs.version}";
    hash = "sha256-jwyhTD3QP017W6sjWhujeSo0C/kPRKyaJqSiSWIsqdc=";
    hash = "sha256-z8Tc869VTLQSQgfz291i/XgK7STxpZA9cuBdqbVgIsY=";
  };

  nativeBuildInputs = [