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

Commits on Jan 1, 2021

  1. Copy the full SHA
    f438340 View commit details
  2. Merge pull request #108136 from wucke13/utsushi

    utsushi: unstable-2020-11-10 -> unstable-2021-01-01
    SuperSandro2000 authored Jan 1, 2021
    Copy the full SHA
    4c5f09d View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/misc/drivers/utsushi/default.nix
6 changes: 3 additions & 3 deletions pkgs/misc/drivers/utsushi/default.nix
Original file line number Diff line number Diff line change
@@ -12,13 +12,13 @@ let
'';
in stdenv.mkDerivation rec {
pname = "utsushi";
version = "unstable-2020-11-10";
version = "unstable-2021-01-01";

src = fetchFromGitLab {
owner = pname;
repo = pname;
rev = "04700043e2d16062eb8bd27f4efff3024f387d32";
sha256 = "0rxv5n0985d414i6hwichsn7hybwgwsimpy5s4hmcsvxqcpks4li";
rev = "1646d7d301f3d2aeb24930696688853fed5f0d43";
sha256 = "1g9m00qljhlw56h3hgfq67ywf4r92nl37m7x5mxa7ygaxc0dyb14";
};

nativeBuildInputs = [