mint-themes: 2.2.6 -> 2.3.0
https://github.com/linuxmint/mint-themes/compare/2.2.6...2.3.0
This commit is contained in:
parent
62e0f05ede
commit
0e7fd3eb2c
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "mint-themes";
|
pname = "mint-themes";
|
||||||
version = "2.2.6";
|
version = "2.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linuxmint";
|
owner = "linuxmint";
|
||||||
repo = "mint-themes";
|
repo = "mint-themes";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-O1ky967RWrd5L2RGl7SC2ZsvaM8FMmSmroJKcItD+ck=";
|
hash = "sha256-5nYD4fBZlCQvCwtckjW4ELg4zdKofXhWGmD3nsvHoO8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user