lol

Merge pull request #228460 from r-ryantm/auto-update/libmtp

libmtp: 1.1.20 -> 1.1.21

authored by

Weijia Wang and committed by
GitHub
2b4bef8b b4f0b378

+2 -2
+2 -2
pkgs/development/libraries/libmtp/default.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "libmtp"; 17 - version = "1.1.20"; 17 + version = "1.1.21"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "libmtp"; 21 21 repo = "libmtp"; 22 22 rev = "libmtp-${builtins.replaceStrings [ "." ] [ "-" ] version}"; 23 - sha256 = "sha256-/tyCoEW/rCLfZH2HhA3Nxuij9d/ZJgsfyP4fLlfyNRA="; 23 + sha256 = "sha256-m9QFVD8udQ3SdGwn276BnIKqGeATA5QuokOK29Ykc1k="; 24 24 }; 25 25 26 26 patches = [