Skip to content

Commit 5d5fb1f

Browse files
committed
flying-carpet: 9.0.6 -> 9.0.9
1 parent 5b8b518 commit 5d5fb1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fl/flying-carpet/package.nix

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

2020
rustPlatform.buildRustPackage (finalAttrs: {
2121
pname = "flying-carpet";
22-
version = "9.0.6";
22+
version = "9.0.9";
2323

2424
src = fetchFromGitHub {
2525
owner = "spieglt";
2626
repo = "FlyingCarpet";
2727
tag = "v${finalAttrs.version}";
28-
hash = "sha256-yqY1D7SwTtARqsK/opC0SieCtwosr8zDFlEgmoaTiME=";
28+
hash = "sha256-XwhK0/eK8KxVf4aZUY2qgc6IMPnixxdwwrm3dl5Sfmk=";
2929
};
3030

31-
cargoHash = "sha256-zoZS7rV5Pou9OmodLF8CqcEsAWFjSdtk/S5OXsnKKyg=";
31+
cargoHash = "sha256-BtL6tAKIaj7wtJ9VTRbR3Kx8mGi56h9oBG63suCl1OA=";
3232

3333
nativeBuildInputs = [
3434
cargo-tauri.hook

0 commit comments

Comments
 (0)