flirt: 0.2.1 -> 0.3 (#372056)

Co-authored-by: Adda0 <chocholaty.david@protonmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-08 08:52:45 +00:00
committed by GitHub
co-authored by Adda0
+3 -3
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "flirt";
version = "0.2.1";
version = "0.3";
src = fetchFromSourcehut {
owner = "~hadronized";
repo = "flirt";
rev = "v${version}";
hash = "sha256-LCwSETvXHAUbe4QIeGpT7vVbuZl1SDfIehVG8svkmHM=";
hash = "sha256-xhNo85xwcVI4qliHU4/uNEvS7rW5avKOv8fMfRrvqD0=";
};
cargoHash = "sha256-EquriyhfbYyi87TP3zuLiCXDV7baDRaTRuZd7Yht/UA=";
cargoHash = "sha256-9DmTSx1sKINnvJv3px8UKaa5j8AUnJiYB1lwnBR+xn8=";
passthru.updateScript = nix-update-script { };