Skip to content

Commit

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

### Version 1.0.4

- Add missing libpulseaudio, libvdpau, libcurl & libxshfence build dependencies (#3)
- Run tests against Nixpkgs 21.11 (#4)


### Version 1.0.3

- Fix the 2 new dependencies: `xcb-image` and `xcb-render-util`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In your `configuration.nix` :
```nix
{
imports = [
(fetchGit { url = "https://github.com/NicolasGuilloux/shadow-nix"; ref = "v1.0.3"; } + "/import/system.nix")
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "v1.0.4"; } + "/import/system.nix")
];
programs.shadow-client = {
Expand All @@ -59,7 +59,7 @@ In your `home.nix` :
```nix
{
imports = [
(fetchGit { url = "https://github.com/NicolasGuilloux/shadow-nix"; ref = "v1.0.3"; } + "/import/home-manager.nix")
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "v1.0.4"; } + "/import/home-manager.nix")
];
programs.shadow-client = {
Expand Down

0 comments on commit 1e86ff7

Please sign in to comment.