Unverified Commit 2a073703 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

codesnap: 0.10.7 -> 0.10.8 (#399881)



Co-authored-by: default avatarnartsisss <nartsiss@proton.me>
parents 1bcf4793 c6c6c722
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,17 +7,17 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "codesnap";
  version = "0.10.7";
  version = "0.10.8";

  src = fetchFromGitHub {
    owner = "mistricky";
    repo = "CodeSnap";
    tag = "v${version}";
    hash = "sha256-gDV66eLHcg7OuVR0Wo5x3anqKjnS/BsCCVaR6VOnM+s=";
    hash = "sha256-7miAizBKhUM1KGV+WKuOE3ENTsgSvwNtprvcs1R6ivU=";
  };

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

  cargoBuildFlags = [
    "-p"