budgie.budgie-control-center: 1.2.0 -> 1.3.0
https://github.com/BuddiesOfBudgie/budgie-control-center/compare/v1.2.0...v1.3.0
This commit is contained in:
parent
fb942492b7
commit
1be8728715
1 changed files with 2 additions and 2 deletions
|
@ -58,14 +58,14 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "budgie-control-center";
|
||||
version = "1.2.0";
|
||||
version = "1.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "BuddiesOfBudgie";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
fetchSubmodules = true;
|
||||
sha256 = "sha256-z9apestNLEUKzrCMNo0BNAWeyE6FsUCAzcHIom8LcUs=";
|
||||
sha256 = "sha256-7E23cgX7TkBJT/yansBfvMx0ddfAwrF7mGfqzbyLY4Q=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue