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: c970178cc333
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 595c7ea063fa
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 1, 2020

  1. emplace: 0.2.12 -> 0.2.14

    r-ryantm committed Apr 1, 2020
    Copy the full SHA
    59df624 View commit details
  2. Merge pull request #83962 from r-ryantm/auto-update/emplace

    emplace: 0.2.12 -> 0.2.14
    marsam authored Apr 1, 2020
    Copy the full SHA
    595c7ea View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/package-management/emplace/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/emplace/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "emplace";
version = "0.2.12";
version = "0.2.14";

src = fetchFromGitHub {
owner = "tversteeg";
repo = pname;
rev = "v${version}";
sha256 = "1jhv7c68ymwaq9fr586rjbgcaxpkxcr0d3pq7lyhbzihaywz7m6m";
sha256 = "0fkagz215clg7hikjqni8c9wqb3s0szyjr55f2w8zd6zpmvcs1n5";
};

cargoSha256 = "1n4k8mnsix3sy6pmqkk7wymknn1mn5dkwa9i90nlb4k2h9y709wj";
cargoSha256 = "0fsrv2cak0zawg448jfbgzbaimn8pvw15xrb5x4733axlkg4g1ch";

meta = with lib; {
description = "Mirror installed software on multiple machines";