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

Commits on Jan 2, 2021

  1. marwaita: 7.7 -> 8.0

    romildo committed Jan 2, 2021
    Copy the full SHA
    6a0b44b View commit details
  2. Merge pull request #108222 from romildo/upd.marwaita

    marwaita: 7.7 -> 8.0
    romildo authored Jan 2, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    641e5f5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/themes/marwaita/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/themes/marwaita/default.nix
Original file line number Diff line number Diff line change
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
pname = "marwaita";
version = "7.7";
version = "8.0";

src = fetchFromGitHub {
owner = "darkomarko42";
repo = pname;
rev = version;
sha256 = "09r9ggngskazddhcm9c2n0cjc4qs9215vyri4i02cbp1jl82kwvg";
sha256 = "0ljigm5z13r0idfkjgy5ysq9pzdj66ql269p5phhp47aagmjcv3s";
};

buildInputs = [