Skip to content

Commit 3a34755

Browse files
committed
1 parent fe6a7e4 commit 3a34755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sw/swim/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "swim";
15-
version = "0.11.0";
15+
version = "0.12.0";
1616

1717
src = fetchFromGitLab {
1818
owner = "spade-lang";
1919
repo = "swim";
2020
rev = "v${version}";
21-
hash = "sha256-1F9C7robIe/8pWh9Dl/CdyvKEZhrFkLrp5/8QC9Z0X4=";
21+
hash = "sha256-GJQzz9o0QKbnE8l1MEjdW36S/rJo2GoaK02Qnl9dtEA=";
2222
};
2323

24-
cargoHash = "sha256-kY3eFnei70jfco+7TK9WS/YvbR/hf4JtrUbaRg7KN+8=";
24+
cargoHash = "sha256-OQpKy/TVsJV/AjqvvdqTnAnAc1+YhN83N1EyNfgF4qg=";
2525

2626
preConfigure = ''
2727
# de-vendor spade git submodule

0 commit comments

Comments
 (0)