Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9ed66d049c10
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e0ff535c4c7c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 26, 2020

  1. tiny: 0.5.1 -> 0.7.0

    r-ryantm committed Nov 26, 2020
    Copy the full SHA
    6487eb7 View commit details

Commits on Nov 27, 2020

  1. Merge pull request #105093 from r-ryantm/auto-update/tiny

    tiny: 0.5.1 -> 0.7.0
    Br1ght0ne authored Nov 27, 2020
    Copy the full SHA
    e0ff535 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/networking/irc/tiny/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/networking/irc/tiny/default.nix
Original file line number Diff line number Diff line change
@@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
pname = "tiny";
version = "0.5.1";
version = "0.7.0";

src = fetchFromGitHub {
owner = "osa1";
repo = pname;
rev = "v${version}";
sha256 = "1m57xsrc7lzkrm8k1wh3yx3in5bhd0qjzygxdwr8lvigpsiy5caa";
sha256 = "11kjndd4rzj83hzhcqvvp9nxjkana63m0h5r51xwp1ww9sn63km9";
};

cargoSha256 = "1s93zxk85wa7zw8745ba1sgipal75w1y18nc9vca6sig4pzvvj41";
cargoSha256 = "079ns78acsff2qb59s7q0ck3j2fygcfqy8is6vfa71jyq7a0rjqm";

RUSTC_BOOTSTRAP = 1;