dopamine: 3.0.0-preview.38 -> 3.0.0-preview.39

This commit is contained in:
ern775
2025-08-05 17:47:13 +03:00
parent 22ae0b20d0
commit f33d0ca453
+6 -3
View File
@@ -6,11 +6,11 @@
}:
appimageTools.wrapType2 rec {
pname = "dopamine";
version = "3.0.0-preview.38";
version = "3.0.0-preview.39";
src = fetchurl {
url = "https://github.com/digimezzo/dopamine/releases/download/v${version}/Dopamine-${version}.AppImage";
hash = "sha256-PWYymznUsJUaeC0wD5wK2bqU7y7lkY64/svB8Tw4JJQ=";
hash = "sha256-t4f+4ceGyEJHuJxk/8/BMWK0oGYoFXZMjk8UCHLJId8=";
};
extraInstallCommands =
@@ -32,7 +32,10 @@ appimageTools.wrapType2 rec {
homepage = "https://github.com/digimezzo/dopamine";
license = lib.licenses.gpl3Only;
mainProgram = "dopamine";
maintainers = with lib.maintainers; [ Guanran928 ];
maintainers = with lib.maintainers; [
Guanran928
ern775
];
platforms = [ "x86_64-linux" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
};