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 1bcf479 + c6c6c72 commit 2a07370Copy full SHA for 2a07370
pkgs/by-name/co/codesnap/package.nix
@@ -7,17 +7,17 @@
7
}:
8
rustPlatform.buildRustPackage rec {
9
pname = "codesnap";
10
- version = "0.10.7";
+ version = "0.10.8";
11
12
src = fetchFromGitHub {
13
owner = "mistricky";
14
repo = "CodeSnap";
15
tag = "v${version}";
16
- hash = "sha256-gDV66eLHcg7OuVR0Wo5x3anqKjnS/BsCCVaR6VOnM+s=";
+ hash = "sha256-7miAizBKhUM1KGV+WKuOE3ENTsgSvwNtprvcs1R6ivU=";
17
};
18
19
useFetchCargoVendor = true;
20
- cargoHash = "sha256-bQT+tpoSZ54yppyNJxbOEqQoIKqYZAnRo0j42Ti+EJo=";
+ cargoHash = "sha256-UDP4nlGF5GnNQdFo4aIYlgCn0HU+bNtJjEjcaO2f/U4=";
21
22
cargoBuildFlags = [
23
"-p"
0 commit comments