Skip to content

Commit 2e5e140

Browse files
committed
codesnap: 0.10.5 -> 0.10.7
1 parent 133091c commit 2e5e140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

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

1919
useFetchCargoVendor = true;

0 commit comments

Comments
 (0)