1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: release 1.2.0

This commit is contained in:
Kevin Amado 2022-04-05 15:23:26 -05:00
parent c5dc957d38
commit 3d3f24127a
10 changed files with 24 additions and 23 deletions

View file

@ -11,7 +11,7 @@
outputs = inputs: let
commit = inputs.self.shortRev or "dirty";
date = inputs.self.lastModifiedDate or inputs.self.lastModified or "19700101";
version = "1.1.0+${builtins.substring 0 8 date}.${commit}";
version = "1.2.0+${builtins.substring 0 8 date}.${commit}";
nixpkgsForHost = host:
import inputs.nixpkgs {