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

Commits on Mar 20, 2019

  1. deco: 0.0.1 -> 0.0.2

    Rommel MARTINEZ committed Mar 20, 2019
    Copy the full SHA
    afea6fb View commit details

Commits on Mar 22, 2019

  1. Merge pull request #57955 from ebzzry/deco-0.0.2

    deco: 0.0.1 -> 0.0.2
    joachifm authored Mar 22, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2f80ccc View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/misc/deco/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/misc/deco/default.nix
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
pname = "deco";
version = "0.0.1";
version = "0.0.2";
name = "${pname}-${version}";

src = fetchFromGitHub {
owner = "ebzzry";
repo = pname;
rev = "037f473ae4bdce5d3e2f76891785f0f7479cca75";
sha256 = "1fv15nc9zqbn3c51vnm50yidj5ivpi61zg55cs46x3gi2x79x43q";
rev = "49cded5ad123b0169f47cd0dc0f5420f4b581837";
sha256 = "19rvqhw0blwga8ck86yy8hj7j1l9hriphlld6yrfd3yip4jprjzz";
};

installPhase = ''