drawpile: 2.2.1 -> 2.2.2

Diff: https://github.com/drawpile/drawpile/compare/2.2.1...2.2.2

+5 -3
+5 -3
pkgs/applications/graphics/drawpile/default.nix
··· 19 qtsvg, 20 qttools, 21 libsecret, 22 23 # optional client deps 24 giflib, ··· 51 qtsvg 52 qttools 53 libsecret 54 # optional: 55 giflib # gif animation export support 56 kdnssd # local server discovery with Zeroconf ··· 67 in 68 mkDerivation rec { 69 pname = "drawpile"; 70 - version = "2.2.1"; 71 72 src = fetchFromGitHub { 73 owner = "drawpile"; 74 repo = "drawpile"; 75 rev = version; 76 - sha256 = "sha256-NS1aQlWpn3f+SW0oUjlYwHtOS9ZgbjFTrE9grjK5REM="; 77 }; 78 79 cargoDeps = rustPlatform.fetchCargoVendor { 80 inherit src; 81 - hash = "sha256-rY4zWSCBfVXvl6p9GvtDg/PFZfLkWTl8FTYdlKTzWYM="; 82 }; 83 84 nativeBuildInputs = [
··· 19 qtsvg, 20 qttools, 21 libsecret, 22 + libwebp, 23 24 # optional client deps 25 giflib, ··· 52 qtsvg 53 qttools 54 libsecret 55 + libwebp 56 # optional: 57 giflib # gif animation export support 58 kdnssd # local server discovery with Zeroconf ··· 69 in 70 mkDerivation rec { 71 pname = "drawpile"; 72 + version = "2.2.2"; 73 74 src = fetchFromGitHub { 75 owner = "drawpile"; 76 repo = "drawpile"; 77 rev = version; 78 + sha256 = "sha256-xcutcSpbFt+pb7QP1E/RG6iNnZwpfhIZTxr+1usLKHc="; 79 }; 80 81 cargoDeps = rustPlatform.fetchCargoVendor { 82 inherit src; 83 + hash = "sha256-VUX6J7TfxWpa07HPFZ8JzpltIwJUYAl5TABIpBmGYYo="; 84 }; 85 86 nativeBuildInputs = [