spice-up: 1.8.0 -> 1.8.1
https://github.com/Philip-Scott/Spice-up/releases/tag/1.8.1
This commit is contained in:
parent
37f742f7e6
commit
d004fc65bb
1 changed files with 2 additions and 2 deletions
|
@ -16,13 +16,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "spice-up";
|
||||
version = "1.8.0";
|
||||
version = "1.8.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Philip-Scott";
|
||||
repo = "Spice-up";
|
||||
rev = version;
|
||||
sha256 = "0jbqgf936pqss8ha27fcyjbhvkn4ij96b3d87c6gcx90glmq33zb";
|
||||
sha256 = "0vgs2z6yr0d5vwb04wd2s22144pdrjhqik9xs69q4dxjxa84iw0h";
|
||||
};
|
||||
|
||||
USER = "pbuilder";
|
||||
|
|
Loading…
Reference in a new issue