Skip to content

Commit

Permalink
spade: 0.10.0 -> 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Nov 29, 2024
1 parent 49d26b7 commit 221a776
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
33 changes: 17 additions & 16 deletions pkgs/by-name/sp/spade/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/by-name/sp/spade/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

rustPlatform.buildRustPackage rec {
pname = "spade";
version = "0.10.0";
version = "0.11.0";

src = fetchFromGitLab {
owner = "spade-lang";
repo = "spade";
rev = "v${version}";
hash = "sha256-IAb9Vj5KwyXpARD2SIgYRXhz1ihwcgCTwx3zbgoN6dE=";
hash = "sha256-JqKcW6xrb9XBHuwR0/EytZmYUV++N69R7wBNoHv9xJU=";
# only needed for vatch, which contains test data
fetchSubmodules = true;
};
Expand Down

0 comments on commit 221a776

Please sign in to comment.