repath-studio: 0.4.15 -> 0.4.16

This commit is contained in:
R. Ryantm 2026-06-24 07:18:06 +00:00
commit 8fd970f6c7
2 changed files with 4 additions and 4 deletions

View file

@ -21,13 +21,13 @@
}:
buildNpmPackage (finalAttrs: {
pname = "repath-studio";
version = "0.4.15";
version = "0.4.16";
src = fetchFromGitHub {
owner = "repath-studio";
repo = "repath-studio";
tag = "v${finalAttrs.version}";
hash = "sha256-Fnu7tZ8chvnDMuMw4QD1NuQgaFOBzHfzl2ePQ5iwnao=";
hash = "sha256-wqDsjr+ZQDRFINzr38i7ClgREEmAaKt+U/Ma63vAH1k=";
};
patches = [
@ -38,7 +38,7 @@ buildNpmPackage (finalAttrs: {
makeCacheWritable = true;
npmDepsHash = "sha256-0dSFEZ02D83yplqT3GV9TyUwJ3lDjxM47pGYwUXzatw=";
npmDepsHash = "sha256-IvKHLxX7rTB3AGDzNQIVNhfXs0C6TVATdVGUDHGrpOo=";
nativeBuildInputs = [
finalAttrs.passthru.clojureWithHome

View file

@ -1,5 +1,5 @@
diff --git a/deps.edn b/deps.edn
index 027cf5e..648c635 100644
index 6abd18c..d2f8e14 100644
--- a/deps.edn
+++ b/deps.edn
@@ -1,5 +1,6 @@