Merge pull request #197383 from r-ryantm/auto-update/flavours

flavours: 0.5.2 -> 0.6.1

authored by

Mario Rodas and committed by
GitHub
91f3d266 ce82c673

+3 -3
+3 -3
pkgs/applications/misc/flavours/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "flavours"; 5 - version = "0.5.2"; 6 7 src = fetchFromGitHub { 8 owner = "Misterio77"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-P7F7PHP2EiZz6RgKbmqXRQOGG1P8TJ1emR0BEY9yBqk="; 12 }; 13 14 buildInputs = lib.optionals stdenv.isDarwin [ libiconv ]; 15 16 - cargoSha256 = "sha256-QlCjAtQGITGrWNKQM39QPmv/MPZaaHfwdHjal2i1qv4="; 17 18 nativeBuildInputs = [ installShellFiles ]; 19
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "flavours"; 5 + version = "0.6.1"; 6 7 src = fetchFromGitHub { 8 owner = "Misterio77"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-Q2YW9oFqzkmWscoE4p9E43bo1/4bQrTnd8tvPsJqJyQ="; 12 }; 13 14 buildInputs = lib.optionals stdenv.isDarwin [ libiconv ]; 15 16 + cargoSha256 = "sha256-IrVcd8ilWbaigGMqT+kaIW3gnE+m+Ik5IyhQ4zPlyPE="; 17 18 nativeBuildInputs = [ installShellFiles ]; 19