Skip to content

Commit ddff326

Browse files
tsukimi: 0.18.0 -> 0.18.1 (NixOS#371173)
2 parents b4ce201 + c9979c4 commit ddff326

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ts/tsukimi/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
}:
1616
rustPlatform.buildRustPackage rec {
1717
pname = "tsukimi";
18-
version = "0.18.0";
18+
version = "0.18.1";
1919

2020
src = fetchFromGitHub {
2121
owner = "tsukinaha";
2222
repo = "tsukimi";
23-
rev = "v${version}";
24-
hash = "sha256-JHB1D94ymVjP3PEHZ4fTT4c6VOEkFgSdpanzs1AzJUc=";
23+
tag = "v${version}";
24+
hash = "sha256-S4+mhFgBNSl2h8dk0izNyCw9//u3CaLGd/shCSWmN3M=";
2525
fetchSubmodules = true;
2626
};
2727

2828
useFetchCargoVendor = true;
29-
cargoHash = "sha256-Gh9CPQ73+EpwZTixgQpV4rSwZnedVHQwZRlLQXr8EUo=";
29+
cargoHash = "sha256-zVzDpZRni/0AyGE5ahBH7hm8Ovyt+Fn6x1NOHkyI0v8=";
3030

3131
nativeBuildInputs = [
3232
pkg-config

0 commit comments

Comments
 (0)