Skip to content

Commit 751b022

Browse files
flirt: 0.2 -> 0.2.1 (#366383)
2 parents 1b5f3af + 35cb8a2 commit 751b022

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fl/flirt/package.nix

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

77
rustPlatform.buildRustPackage rec {
88
pname = "flirt";
9-
version = "0.2";
9+
version = "0.2.1";
1010

1111
src = fetchFromSourcehut {
1212
owner = "~hadronized";
1313
repo = "flirt";
1414
rev = "v${version}";
15-
hash = "sha256-NV6UP7fPTcn0WrZwIfe1zuZW6hJDuxrfATM2Gpx0yr0=";
15+
hash = "sha256-LCwSETvXHAUbe4QIeGpT7vVbuZl1SDfIehVG8svkmHM=";
1616
};
1717

18-
cargoHash = "sha256-gVtRU+tjwf3rTei/TjUFYSMvLB9g6gNeGYO+9NBxgYQ=";
18+
cargoHash = "sha256-EquriyhfbYyi87TP3zuLiCXDV7baDRaTRuZd7Yht/UA=";
1919

2020
meta = {
2121
description = "FiLe InteRacT, the file interaction tool for your command line";

0 commit comments

Comments
 (0)