Skip to content

Commit

Permalink
spade: 0.10.0 -> 0.11.0 (NixOS#360110)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Dec 27, 2024
2 parents 0b242ca + bcda3bf commit e55eafd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 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
6 changes: 3 additions & 3 deletions pkgs/by-name/sw/swim/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

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

src = fetchFromGitLab {
owner = "spade-lang";
repo = "swim";
rev = "v${version}";
hash = "sha256-Yuq1eYjxNnmrydzPyx+UWJJlZnC9sIEP3ZEleKmkzIM=";
hash = "sha256-1F9C7robIe/8pWh9Dl/CdyvKEZhrFkLrp5/8QC9Z0X4=";
};

cargoHash = "sha256-3WcMXvxlY0I7HnR+GTxHPAN+1HQsQLymjGFMM6q18xQ=";
cargoHash = "sha256-kY3eFnei70jfco+7TK9WS/YvbR/hf4JtrUbaRg7KN+8=";

preConfigure = ''
# de-vendor spade git submodule
Expand Down

0 comments on commit e55eafd

Please sign in to comment.