shelfmark: 1.2.3 -> 1.3.0

Changelog: https://github.com/calibrain/shelfmark/releases/tag/v1.3.0
This commit is contained in:
Adam C. Stephens
2026-05-15 13:59:34 -04:00
parent 89f71dde20
commit dbcfe7fce1
+3 -3
View File
@@ -37,13 +37,13 @@ let
apprise
];
version = "1.2.3";
version = "1.3.0";
src = fetchFromGitHub {
owner = "calibrain";
repo = "shelfmark";
tag = "v${version}";
hash = "sha256-abRM2ZWfA5nyD0YF7BVmZ6AU37+qd7osjQVGqhjdEV0=";
hash = "sha256-rkGz7I3Gb/c4ndoB+YqStEhp0iv3IrB/gwq5gTWm5+c=";
};
frontend = buildNpmPackage (finalAttrs: {
@@ -52,7 +52,7 @@ let
sourceRoot = "${finalAttrs.src.name}/src/frontend";
npmDepsHash = "sha256-c/KDGUe+X4dfzbDXpkzYsEzvBxJjq46PTzqbgoCdGgw=";
npmDepsHash = "sha256-RkhjPdogxnZgaL+DysWO7Iy7EFAifskAxhALWX4n5qI=";
installPhase = ''
runHook preInstall