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

equibop: 2.1.2 -> 2.1.4 (#407236)

parents 3ba14a2f 762e3b70
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "equibop";
  version = "2.1.2";
  version = "2.1.4";

  src = fetchFromGitHub {
    owner = "Equicord";
    repo = "Equibop";
    tag = "v${finalAttrs.version}";
    hash = "sha256-lDDGZUpW9LU5S/gzNJFIuVIk08pQlQLK07RwuzcYyjg=";
    hash = "sha256-y5q3shwmMjXlMaLWfxjN164uM8hSbWymsHIIJxM82Nk=";
  };

  pnpmDeps = pnpm_9.fetchDeps {
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
      src
      patches
      ;
    hash = "sha256-MuCQJgUHyAKpKWM7lYE49zur+G+KtIVBVXCspWImnY8=";
    hash = "sha256-laTyxRh54x3iopGVgoFtcgaV7R6IKux1O/+tzGEy0Fg=";
  };

  nativeBuildInputs = [