Skip to content

Commit

Permalink
codesnap: 0.8.2 -> 0.8.3 (#367480)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Dec 23, 2024
2 parents d8d3c38 + 1cabfe8 commit 58ff6e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/co/codesnap/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "codesnap";
version = "0.8.2";
version = "0.8.3";

src = fetchFromGitHub {
owner = "mistricky";
repo = "CodeSnap";
tag = "v${version}";
hash = "sha256-/eWqJ7CyHwYCOSoQHZ6047hWbVsp30JMXfeUeNci8xM=";
hash = "sha256-i6aKtNXoGMT2FuzsPGGb/V1e4X5WW72DeiSNBrnJCbA=";
};

cargoHash = "sha256-trthuKmI7V6HQHb+uu1RjZy4+qIP1anyqPdHwzEUuLs=";
cargoHash = "sha256-ckOvjgyhZytL5BL/nQGus3kG5S5UkshnA5sbo5wmWhk=";

cargoBuildFlags = [
"-p"
Expand Down

0 comments on commit 58ff6e0

Please sign in to comment.