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

This commit is contained in:
nixpkgs-ci[bot]
2026-04-16 12:42:48 +00:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
@@ -1,5 +1,5 @@
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
View File
@@ -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,5 +1,5 @@
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 @@