Unverified Commit 43fe6ade authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

repath-studio: 0.4.12 -> 0.4.13 (#510428)

parents 09d92d39 5210e4f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
diff --git a/deps.edn b/deps.edn
index 195de4e..6ebe31b 100644
index f33f54f..5e448d3 100644
--- a/deps.edn
+++ b/deps.edn
@@ -1,8 +1,7 @@
+4 −4
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@
}:
buildNpmPackage (finalAttrs: {
  pname = "repath-studio";
  version = "0.4.12";
  version = "0.4.13";

  src = fetchFromGitHub {
    owner = "repath-studio";
    repo = "repath-studio";
    tag = "v${finalAttrs.version}";
    hash = "sha256-sdM3owUYI0P12+R4YyYtF/20Zl0EpJY6t4Z1q/K5EqM=";
    hash = "sha256-YqBbhx5WDAElfNpPpSf1qXddK3kZhqGnHhXu/qVl1BA=";
  };

  patches = [
@@ -47,7 +47,7 @@ buildNpmPackage (finalAttrs: {

  makeCacheWritable = true;

  npmDepsHash = "sha256-Zihy5VYlkeQtmZUS25kgu3aYGPfQdUxjNSK33WHOEeQ=";
  npmDepsHash = "sha256-uTcHerTZwzeTFhjNs5ExgJU6u2fjDT5YlZemo3qNQOg=";

  nativeBuildInputs = [
    finalAttrs.passthru.clojureWithCache
@@ -181,7 +181,7 @@ buildNpmPackage (finalAttrs: {

      dontFixup = true;

      outputHash = "sha256-ytS7JiQUC7U0vxuQddxQfDnm0Pt4stkRBfiIlbOpeTk=";
      outputHash = "sha256-rh9dcgk4qZkBDguUGFCE6ZcPnqBG/v4jlT8py1PUHYM=";
      outputHashMode = "recursive";
      outputHashAlgo = "sha256";
    };
+1 −1
Original line number Diff line number Diff line
diff --git a/deps.edn b/deps.edn
index 195de4e..02098e5 100644
index f33f54f..66fbfc4 100644
--- a/deps.edn
+++ b/deps.edn
@@ -1,5 +1,6 @@