Skip to content

Commit fe6a7e4

Browse files
committed
1 parent 48a14f2 commit fe6a7e4

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

pkgs/by-name/sp/spade/Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/sp/spade/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
rustPlatform.buildRustPackage rec {
1616
pname = "spade";
17-
version = "0.11.0";
17+
version = "0.12.0";
1818

1919
src = fetchFromGitLab {
2020
owner = "spade-lang";
2121
repo = "spade";
2222
rev = "v${version}";
23-
hash = "sha256-JqKcW6xrb9XBHuwR0/EytZmYUV++N69R7wBNoHv9xJU=";
23+
hash = "sha256-AarFH0D0ApZ+i6qtKy7zM2iwg/QeYoLwOHbg+d6Q78k=";
2424
# only needed for vatch, which contains test data
2525
fetchSubmodules = true;
2626
};

0 commit comments

Comments
 (0)