flirt: 0.3 -> 0.4 (#401412)

Co-authored-by: Adda0 <chocholaty.david@protonmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-24 14:11:49 +00:00
committed by GitHub
co-authored by Adda0
+3 -3
View File
@@ -7,17 +7,17 @@
rustPlatform.buildRustPackage rec {
pname = "flirt";
version = "0.3";
version = "0.4";
src = fetchFromSourcehut {
owner = "~hadronized";
repo = "flirt";
rev = "v${version}";
hash = "sha256-xhNo85xwcVI4qliHU4/uNEvS7rW5avKOv8fMfRrvqD0=";
hash = "sha256-wH6WLLUqUj5YrrudNbGkzZ4i15xRPDBE3UKwyhkQSxg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Nu4sOjwF/MlsoCmgUEGEqMIW+aSD9PuiFBQMnfQRL8Q=";
cargoHash = "sha256-m1aLJFa6C5X9HwNweezoUcFnpG09AuYf9ooet8GUGFE=";
passthru.updateScript = nix-update-script { };