diff options
author | Akshay <[email protected]> | 2021-11-01 02:22:32 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-11-01 02:22:32 +0000 |
commit | 31bd39c75bc86a2aa20c4b1a6074083fb6f0f825 (patch) | |
tree | a27f680c7d972cda5c1d301d4a7b414310b08d53 /flake.nix | |
parent | 4b0324d22f50ffde4ce8d109a4f2e0d75e4ec40f (diff) |
bump to v0.3.4v0.3.4
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ | |||
53 | 53 | ||
54 | statix = with final; pkgs.stdenv.mkDerivation { | 54 | statix = with final; pkgs.stdenv.mkDerivation { |
55 | pname = "statix"; | 55 | pname = "statix"; |
56 | version = "v0.3.3"; | 56 | version = "v0.3.4"; |
57 | src = gitignoreSource ./.; | 57 | src = gitignoreSource ./.; |
58 | nativeBuildInputs = [ | 58 | nativeBuildInputs = [ |
59 | (importCargo { lockFile = ./Cargo.lock; inherit pkgs; }).cargoHome | 59 | (importCargo { lockFile = ./Cargo.lock; inherit pkgs; }).cargoHome |