Skip to content

Commit

Permalink
swim: 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 221a776 commit bcda3bf
Showing 1 changed file with 3 additions and 3 deletions.
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 bcda3bf

Please sign in to comment.