Skip to content

Commit eba1d38

Browse files
codesnap: 0.8.3 -> 0.10.5 (NixOS#380009)
Co-authored-by: nartsisss <[email protected]>
2 parents 65cb8da + 50b8034 commit eba1d38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/co/codesnap/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
}:
88
rustPlatform.buildRustPackage rec {
99
pname = "codesnap";
10-
version = "0.8.3";
10+
version = "0.10.5";
1111

1212
src = fetchFromGitHub {
1313
owner = "mistricky";
1414
repo = "CodeSnap";
1515
tag = "v${version}";
16-
hash = "sha256-i6aKtNXoGMT2FuzsPGGb/V1e4X5WW72DeiSNBrnJCbA=";
16+
hash = "sha256-g2Xu/PKRSYrHKDJ5/MZRUkDQeYuxvNWPTuymhI8Iu5Q=";
1717
};
1818

1919
useFetchCargoVendor = true;
20-
cargoHash = "sha256-torktXGNPsz0hMppIgTYatudtPQ0OYW465En6LqTD3I=";
20+
cargoHash = "sha256-bQT+tpoSZ54yppyNJxbOEqQoIKqYZAnRo0j42Ti+EJo=";
2121

2222
cargoBuildFlags = [
2323
"-p"

0 commit comments

Comments
 (0)