Unverified Commit fb2e7136 authored by Toma's avatar Toma Committed by GitHub
Browse files

blockbench: 5.0.4 -> 5.0.6 (#473542)

parents 10ca7c25 8cfe61ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildNpmPackage rec {
  pname = "blockbench";
  version = "5.0.4";
  version = "5.0.6";

  src = fetchFromGitHub {
    owner = "JannisX11";
    repo = "blockbench";
    tag = "v${version}";
    hash = "sha256-f7+/OXdQEyN9XSkVRDRVUUdNGGEgyu3e/Y2oS7De96Y=";
    hash = "sha256-AQAyxNVt8PCDCU/jViYY3IlPdNiesgx5kT9W7yrNJ4I=";
  };

  nativeBuildInputs = [