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

Commits on May 13, 2019

  1. xautolock: bump to latest git version

    The new version has a patch that makes --lockaftersleep more robust.
    peti committed May 13, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has been revoked.
    joachifm Joachim F.
    Copy the full SHA
    ca3fe59 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/misc/screensavers/xautolock/default.nix
4 changes: 2 additions & 2 deletions pkgs/misc/screensavers/xautolock/default.nix
Original file line number Diff line number Diff line change
@@ -4,15 +4,15 @@

stdenv.mkDerivation rec {
name = "xautolock-${version}";
version = "2.2-6-ge68d0ed";
version = "2.2-7-ga23dd5c";

# This repository contains xautolock-2.2 plus various useful patches that
# were collected from Debian, etc.
src = fetchFromGitHub {
owner = "peti";
repo = "xautolock";
rev = "v${version}";
sha256 = "1131ki6zwk94s8j6zqywf8r5kanx3nrjm692rxh8pcz4hv9qp1mz";
sha256 = "10j61rl0sx9sh84rjyfyddl73xb5i2cpb17fyrli8kwj39nw0v2g";
};

nativeBuildInputs = [ imake gccmakedep ];