We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98c720 commit 35cb8a2Copy full SHA for 35cb8a2
pkgs/by-name/fl/flirt/package.nix
@@ -6,16 +6,16 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "flirt";
9
- version = "0.2";
+ version = "0.2.1";
10
11
src = fetchFromSourcehut {
12
owner = "~hadronized";
13
repo = "flirt";
14
rev = "v${version}";
15
- hash = "sha256-NV6UP7fPTcn0WrZwIfe1zuZW6hJDuxrfATM2Gpx0yr0=";
+ hash = "sha256-LCwSETvXHAUbe4QIeGpT7vVbuZl1SDfIehVG8svkmHM=";
16
};
17
18
- cargoHash = "sha256-gVtRU+tjwf3rTei/TjUFYSMvLB9g6gNeGYO+9NBxgYQ=";
+ cargoHash = "sha256-EquriyhfbYyi87TP3zuLiCXDV7baDRaTRuZd7Yht/UA=";
19
20
meta = {
21
description = "FiLe InteRacT, the file interaction tool for your command line";
0 commit comments