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