Skip to content

Commit 2567fca

Browse files
samhugdarichey
authored andcommitted
keep package version in sync with Cargo.toml
1 parent 69e0e15 commit 2567fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
in {
1717
rnix-parser = final.stdenv.mkDerivation {
1818
pname = "rnix-parser";
19-
version = "0.9.1";
19+
version = (builtins.fromTOML (builtins.readFile ./Cargo.toml)).package.version;
2020
src = final.lib.cleanSource ./.;
2121
nativeBuildInputs = with final; [
2222
rustc cargo

0 commit comments

Comments
 (0)