Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed May 7, 2017
1 parent cba4e4a commit 695bf5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ of the screen when the lock is active.
Clone the repository using the following command:

```
wget https://github.com/Ma27/i3lock-pixeled/archive/1.0.0.tar.gz -O i3lock-pixeled-1.0.0.tar.gz
tar -xzvf i3lock-pixeled-1.0.0.tar.gz
cd i3lock-pixeled-1.0.0
wget https://github.com/Ma27/i3lock-pixeled/archive/1.1.0.tar.gz -O i3lock-pixeled-1.1.0.tar.gz
tar -xzvf i3lock-pixeled-1.1.0.tar.gz
cd i3lock-pixeled-1.1.0
```

Install it into `/usr/local/bin`:
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ with import <nixpkgs>{};

stdenv.mkDerivation rec {
name = "i3lock-pixeled-${version}";
version = "1.0.0";
version = "1.1.0";

src = ./.;

Expand Down

0 comments on commit 695bf5a

Please sign in to comment.