nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

libmtp: 1.1.20 -> 1.1.21

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