codesnap: 0.8.3 -> 0.10.5 (#380009)

Co-authored-by: nartsisss <nartsiss@proton.me>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-07 14:52:07 +00:00
committed by GitHub
co-authored by nartsisss
+3 -3
View File
@@ -7,17 +7,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "codesnap";
version = "0.8.3";
version = "0.10.5";
src = fetchFromGitHub {
owner = "mistricky";
repo = "CodeSnap";
tag = "v${version}";
hash = "sha256-i6aKtNXoGMT2FuzsPGGb/V1e4X5WW72DeiSNBrnJCbA=";
hash = "sha256-g2Xu/PKRSYrHKDJ5/MZRUkDQeYuxvNWPTuymhI8Iu5Q=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-torktXGNPsz0hMppIgTYatudtPQ0OYW465En6LqTD3I=";
cargoHash = "sha256-bQT+tpoSZ54yppyNJxbOEqQoIKqYZAnRo0j42Ti+EJo=";
cargoBuildFlags = [
"-p"