orchis-theme: 2021-06-09 -> 2021-06-25

This commit is contained in:
Mihai Fufezan 2021-08-08 18:27:43 +03:00
parent a5c6a0006a
commit 9bbb2391e5
No known key found for this signature in database
GPG Key ID: 3AC82B48170331D3

View File

@ -10,13 +10,13 @@
stdenvNoCC.mkDerivation rec {
pname = "orchis-theme";
version = "2021-06-09";
version = "2021-06-25";
src = fetchFromGitHub {
repo = "Orchis-theme";
owner = "vinceliuice";
rev = version;
sha256 = "sha256-YlrocFDk3da2eqxbJ5lPUUxHHvJZx19LOa0MSljWY8Q=";
sha256 = "sha256-j0nsw1yR1yOckXiIMtzhC3w6kvfzxQQHgwdY6l0OuXw=";
};
nativeBuildInputs = [ gtk3 sassc ];