Unverified Commit 5f903a93 authored by Freya Murphy's avatar Freya Murphy
Browse files

unofficial-homestuck-collection: 2.7.2 -> 2.8.0

parent 2a75bb5a
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  stdenv,
  electron,
  fetchFromGitHub,
  fetchurl,
  fetchYarnDeps,
  fixup-yarn-lock,
  replaceVars,
@@ -15,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "unofficial-homestuck-collection";
  version = "2.7.2";
  version = "2.8.0";

  src = fetchFromGitHub {
    owner = "GiovanH";
    repo = "unofficial-homestuck-collection";
    rev = "v${finalAttrs.version}";
    hash = "sha256-0RPZfXdcdBo1OxJU3eSRF7fEO5EYMyJCcAZLEqzDMRk=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-JHVyg0QIjxPGXf9HsrquV6z6iRCSnw4nHxd+zhNS8H4=";
  };

  patches = [