dipc: 1.0.0 -> 1.1.0 (#472612)
This commit is contained in:
@@ -6897,6 +6897,12 @@
|
||||
githubId = 53937537;
|
||||
keys = [ { fingerprint = "BBC4 C071 516B A147 8D07 F9DC D2FD E6EC 2E8C 2BF4"; } ];
|
||||
};
|
||||
doprz = {
|
||||
name = "Diego Perez";
|
||||
github = "doprz";
|
||||
githubId = 52579214;
|
||||
keys = [ { fingerprint = "B423 DDC0 5EAC 14B4 67A6 F826 0323 AA44 BA23 6DF7"; } ];
|
||||
};
|
||||
doronbehar = {
|
||||
email = "me@doronbehar.com";
|
||||
github = "doronbehar";
|
||||
|
||||
@@ -6,16 +6,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "dipc";
|
||||
version = "1.0.0";
|
||||
version = "1.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "doprz";
|
||||
repo = "dipc";
|
||||
rev = "bf578bd9474084b7099ef665138667e486dce671";
|
||||
hash = "sha256-RXEC8bwdnUOaDmYIb7ci/JD+vi16tBn55FRsUmwaRzk=";
|
||||
rev = "b111b8cb997e3337974f861f44a73b557fb3c294";
|
||||
hash = "sha256-qP7LRwNIM92p5xQeuvQ03kwBM/HnRH+BniiKeYoihKw=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-1vjVuAawuquPqem1as6xIv/ZJCzjgC4k0uyPSlrvpeg=";
|
||||
cargoHash = "sha256-F6EYnkquvTsw4C7rl28Y1h9i9ChGccwZGkYSVrsEhVk=";
|
||||
|
||||
meta = {
|
||||
description = "Convert your favorite images and wallpapers with your favorite color palettes/themes";
|
||||
@@ -24,7 +24,10 @@ rustPlatform.buildRustPackage {
|
||||
mit
|
||||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [ ByteSudoer ];
|
||||
maintainers = with lib.maintainers; [
|
||||
doprz
|
||||
ByteSudoer
|
||||
];
|
||||
mainProgram = "dipc";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user