mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
adapta-gtk-theme: 3.91.2.147 -> 3.92.1.72
This commit is contained in:
parent
5cfd049a03
commit
bfe218e3cb
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "adapta-gtk-theme-${version}";
|
||||
version = "3.91.2.147";
|
||||
version = "3.92.1.72";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tista500";
|
||||
repo = "Adapta";
|
||||
owner = "adapta-project";
|
||||
repo = "adapta-gtk-theme";
|
||||
rev = version;
|
||||
sha256 = "1sv4s8rcc40v4lanapdqanlqf1l60rbc5wd7h73l5cigbqxxgda9";
|
||||
sha256 = "19kav8m6aj4h7qg0z92k09lppzdgy6h9lxxv3qqqrl3hmg7bn0sx";
|
||||
};
|
||||
|
||||
preferLocalBuild = true;
|
||||
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An adaptive Gtk+ theme based on Material Design";
|
||||
homepage = https://github.com/tista500/Adapta;
|
||||
homepage = https://github.com/adapta-project/adapta-gtk-theme;
|
||||
license = with licenses; [ gpl2 cc-by-sa-30 ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.romildo ];
|
||||
|
Loading…
Reference in New Issue
Block a user