foxmarks: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm
2025-03-16 19:56:01 +00:00
parent 8db87f2960
commit 3195d8538e
+3 -3
View File
@@ -7,17 +7,17 @@
rustPlatform.buildRustPackage rec {
pname = "foxmarks";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "zer0-x";
repo = "foxmarks";
rev = "v${version}";
hash = "sha256-tkmmu6A7vqK4yO9zHjVEeACaOHP3+hJQLBK7p/Svn7Q=";
hash = "sha256-6lJ9acVo444RMxc3wUakBz4zT74oNUpwoP69rdf2mmE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-/B8T5OZMKQIj92PWWehzkO3iiI/lr5gl6jwXeglN9EU=";
cargoHash = "sha256-BAUqH2RVpLLXvN43J67xqtrQZT3OgNA9ot+joOB70DY=";
buildInputs = [ sqlite ];