Skip to content

Commit

Permalink
Bump to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonringer committed Jul 18, 2021
1 parent 4b3fe1d commit 188d35c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.1.4

- Cleanup pypi noise

## v0.1.3

- Fix Cargo.lock file
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nix-template"
version = "0.1.3"
version = "0.1.4"
description = "Utility to generate common nix expressions"
license = "CC0-1.0"
homepage = "https://github.com/jonringer/nix-template"
Expand Down
2 changes: 1 addition & 1 deletion nix/nix-template.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec {
src = nix-gitignore.gitignoreSource [] ../.;

# this will need to be updated anytime Cargo.lock gets changed
cargoSha256 = "sha256-U/udYh7LcN6xHjcpOqB45fLUmjwXYDVDQ20RX1rHdWM=";
cargoSha256 = "sha256-K/8qhFroZDv39+jsjJu/n45bvWwX9KYQnNSxIbNR5CI=";

nativeBuildInputs = [ pkg-config makeWrapper ];
buildInputs = [ openssl ];
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ where

pub fn build_cli() -> App<'static, 'static> {
App::new("nix-template")
.version("0.1.3")
.version("0.1.4")
.author("Jon Ringer <[email protected]>")
.about("Create common nix expressions")
.version_short("V")
Expand Down

0 comments on commit 188d35c

Please sign in to comment.