Skip to content

Commit

Permalink
version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Dec 31, 2024
1 parent 37322fd commit 0121dfe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 = "autost"
version = "1.3.1"
version = "1.3.2"
edition = "2021"
default-run = "autost"
repository = "https://github.com/delan/autost"
Expand Down
4 changes: 2 additions & 2 deletions nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ let
in
rustPlatform.buildRustPackage {
pname = "autost";
version = "1.3.1";
version = "1.3.2";

src = fs.toSource {
root = ../.;
fileset = autostSources;
};

# don't forget to update this hash when Cargo.lock or ${version} changes!
cargoHash = "sha256-r4ZZ3IdM4DGeBtfx9DsBiy4vijM2UmT19G3YpnTHmzA=";
cargoHash = "sha256-STvTUxraSDcAyMOClHBYfVOIvHNe4BmyMHz8iWBVoCU=";

meta = {
description = "cohost-compatible blog engine and feed reader";
Expand Down

0 comments on commit 0121dfe

Please sign in to comment.