We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65cb8da + 50b8034 commit eba1d38Copy full SHA for eba1d38
pkgs/by-name/co/codesnap/package.nix
@@ -7,17 +7,17 @@
7
}:
8
rustPlatform.buildRustPackage rec {
9
pname = "codesnap";
10
- version = "0.8.3";
+ version = "0.10.5";
11
12
src = fetchFromGitHub {
13
owner = "mistricky";
14
repo = "CodeSnap";
15
tag = "v${version}";
16
- hash = "sha256-i6aKtNXoGMT2FuzsPGGb/V1e4X5WW72DeiSNBrnJCbA=";
+ hash = "sha256-g2Xu/PKRSYrHKDJ5/MZRUkDQeYuxvNWPTuymhI8Iu5Q=";
17
};
18
19
useFetchCargoVendor = true;
20
- cargoHash = "sha256-torktXGNPsz0hMppIgTYatudtPQ0OYW465En6LqTD3I=";
+ cargoHash = "sha256-bQT+tpoSZ54yppyNJxbOEqQoIKqYZAnRo0j42Ti+EJo=";
21
22
cargoBuildFlags = [
23
"-p"
0 commit comments