Skip to content

Commit 2a07370

Browse files
codesnap: 0.10.7 -> 0.10.8 (NixOS#399881)
Co-authored-by: nartsisss <[email protected]>
2 parents 1bcf479 + c6c6c72 commit 2a07370

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.10.7";
10+
version = "0.10.8";
1111

1212
src = fetchFromGitHub {
1313
owner = "mistricky";
1414
repo = "CodeSnap";
1515
tag = "v${version}";
16-
hash = "sha256-gDV66eLHcg7OuVR0Wo5x3anqKjnS/BsCCVaR6VOnM+s=";
16+
hash = "sha256-7miAizBKhUM1KGV+WKuOE3ENTsgSvwNtprvcs1R6ivU=";
1717
};
1818

1919
useFetchCargoVendor = true;
20-
cargoHash = "sha256-bQT+tpoSZ54yppyNJxbOEqQoIKqYZAnRo0j42Ti+EJo=";
20+
cargoHash = "sha256-UDP4nlGF5GnNQdFo4aIYlgCn0HU+bNtJjEjcaO2f/U4=";
2121

2222
cargoBuildFlags = [
2323
"-p"

0 commit comments

Comments
 (0)