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

libmtp: 1.1.20 -> 1.1.21
This commit is contained in:
Weijia Wang 2023-04-29 10:42:19 +03:00 committed by GitHub
commit 2b4bef8b78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libmtp";
version = "1.1.20";
version = "1.1.21";
src = fetchFromGitHub {
owner = "libmtp";
repo = "libmtp";
rev = "libmtp-${builtins.replaceStrings [ "." ] [ "-" ] version}";
sha256 = "sha256-/tyCoEW/rCLfZH2HhA3Nxuij9d/ZJgsfyP4fLlfyNRA=";
sha256 = "sha256-m9QFVD8udQ3SdGwn276BnIKqGeATA5QuokOK29Ykc1k=";
};
patches = [