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: 42cd0485b342
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ae012d706d79
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 21, 2021

  1. Copy the full SHA
    ae012d7 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/nix/nix-output-monitor/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/nix/nix-output-monitor/default.nix
Original file line number Diff line number Diff line change
@@ -4,12 +4,12 @@
}:
mkDerivation {
pname = "nix-output-monitor";
version = "1.0.0.0";
version = "1.0.1.0";
src = fetchFromGitHub {
owner = "maralorn";
repo = "nix-output-monitor";
sha256 = "0hmrlkanippxhspi6vrqkpp1yc3ix2bnskfn5wispq9939k1m01v";
rev = "1.0.0.0";
sha256 = "10a3sn5isdb9q13yzdclng35jwfaf4lxrkdxwbhwms1k2ll08qk6";
rev = "1.0.1.0";
};
isLibrary = true;
isExecutable = true;