Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyroussel committed Jun 8, 2022
1 parent 6b1edb8 commit 3aecdbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### Version 1.3.1

- Fix bad icon path in Shadow's XDG Desktop entry


### Version 1.3.0

- Upgrade prod from v5.0.1092 to v5.0.1119 (#18)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In your `configuration.nix` :
```nix
{
imports = [
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.3.0"; } + "/import/system.nix")
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.3.1"; } + "/import/system.nix")
];
programs.shadow-client = {
Expand All @@ -60,7 +60,7 @@ In your `home.nix` :
```nix
{
imports = [
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.3.0"; } + "/import/home-manager.nix")
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.3.1"; } + "/import/home-manager.nix")
];
programs.shadow-client = {
Expand Down

0 comments on commit 3aecdbc

Please sign in to comment.