dipc: 1.0.0 -> 1.1.0

This commit is contained in:
doprz
2025-12-19 22:59:31 -06:00
parent 187ee7876c
commit df9f124b69
+8 -5
View File
@@ -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";
};
}