Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0ef469a7eb19
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e912fb83d215
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 29, 2020

  1. ddcui: 0.1.1 -> 0.1.2

    nh2 committed Jun 29, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    primeos Michael Weiss
    Copy the full SHA
    c2c889e View commit details

Commits on Jun 30, 2020

  1. Merge pull request #91770 from nh2/ddcui-0.1.2

    ddcui: 0.1.1 -> 0.1.2
    bhipple authored Jun 30, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    primeos Michael Weiss
    Copy the full SHA
    e912fb8 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/ddcui/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/ddcui/default.nix
Original file line number Diff line number Diff line change
@@ -10,13 +10,13 @@

mkDerivation rec {
pname = "ddcui";
version = "0.1.1";
version = "0.1.2";

src = fetchFromGitHub {
owner = "rockowitz";
repo = "ddcui";
rev = "v${version}";
sha256 = "02qr7i3pdq8p6lnhwihfgd9b7y9zwpdk6gwv626rz32ai6mfrfhl";
sha256 = "0myma1zw6dlygv3xbin662d91zcnwss10syf12q2fppkrd8qdgqf";
};

nativeBuildInputs = [