drawpile: 2.2.2 -> 2.3.0 (#463680)

This commit is contained in:
Francesco Gazzetta
2025-11-23 08:49:26 +00:00
committed by GitHub
+7 -4
View File
@@ -64,18 +64,18 @@ let
in
stdenv.mkDerivation rec {
pname = "drawpile";
version = "2.2.2";
version = "2.3.0";
src = fetchFromGitHub {
owner = "drawpile";
repo = "drawpile";
rev = version;
sha256 = "sha256-xcutcSpbFt+pb7QP1E/RG6iNnZwpfhIZTxr+1usLKHc=";
sha256 = "sha256-0paLKxAEvlbExq426xTekBt+Dkphx7Wg/AtpYN3f/4w=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
hash = "sha256-VUX6J7TfxWpa07HPFZ8JzpltIwJUYAl5TABIpBmGYYo=";
hash = "sha256-u9fRbxKeQSou9Umw4EaqzzzDiN4zhyfx9sWnlZpfpxU=";
};
nativeBuildInputs = [
@@ -111,7 +111,10 @@ stdenv.mkDerivation rec {
homepage = "https://drawpile.net/";
downloadPage = "https://drawpile.net/download/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ fgaz ];
maintainers = with lib.maintainers; [
fgaz
qubic
];
platforms = lib.platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
}