Loading pkgs/by-name/co/codesnap/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,13 +7,13 @@ }: rustPlatform.buildRustPackage rec { pname = "codesnap"; version = "0.10.5"; version = "0.10.7"; src = fetchFromGitHub { owner = "mistricky"; repo = "CodeSnap"; tag = "v${version}"; hash = "sha256-g2Xu/PKRSYrHKDJ5/MZRUkDQeYuxvNWPTuymhI8Iu5Q="; hash = "sha256-gDV66eLHcg7OuVR0Wo5x3anqKjnS/BsCCVaR6VOnM+s="; }; useFetchCargoVendor = true; Loading Loading
pkgs/by-name/co/codesnap/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,13 +7,13 @@ }: rustPlatform.buildRustPackage rec { pname = "codesnap"; version = "0.10.5"; version = "0.10.7"; src = fetchFromGitHub { owner = "mistricky"; repo = "CodeSnap"; tag = "v${version}"; hash = "sha256-g2Xu/PKRSYrHKDJ5/MZRUkDQeYuxvNWPTuymhI8Iu5Q="; hash = "sha256-gDV66eLHcg7OuVR0Wo5x3anqKjnS/BsCCVaR6VOnM+s="; }; useFetchCargoVendor = true; Loading