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:
worldofpeace 2019-05-02 14:59:30 -04:00
parent 37f742f7e6
commit d004fc65bb

View File

@ -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";