codesnap: 0.8.3 -> 0.10.5

This commit is contained in:
R. Ryantm 2025-02-07 06:21:05 +00:00
parent affff94d36
commit 50b8034d31

View File

@ -7,17 +7,17 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "codesnap"; pname = "codesnap";
version = "0.8.3"; version = "0.10.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mistricky"; owner = "mistricky";
repo = "CodeSnap"; repo = "CodeSnap";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-i6aKtNXoGMT2FuzsPGGb/V1e4X5WW72DeiSNBrnJCbA="; hash = "sha256-g2Xu/PKRSYrHKDJ5/MZRUkDQeYuxvNWPTuymhI8Iu5Q=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-torktXGNPsz0hMppIgTYatudtPQ0OYW465En6LqTD3I="; cargoHash = "sha256-bQT+tpoSZ54yppyNJxbOEqQoIKqYZAnRo0j42Ti+EJo=";
cargoBuildFlags = [ cargoBuildFlags = [
"-p" "-p"