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: dc5edd18adae
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: 4f2b76e45fca
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 3, 2019

  1. pantheon.cerbere: 0.2.4 -> 2.5.0

    Fixes #60955
    
    (cherry picked from commit d77095c)
    worldofpeace committed Aug 3, 2019
    Copy the full SHA
    4f2b76e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/desktops/pantheon/services/cerbere/default.nix
4 changes: 2 additions & 2 deletions pkgs/desktops/pantheon/services/cerbere/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "cerbere";
version = "0.2.4";
version = "2.5.0";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "0f9jr6q5z6nir5b77f96wm9rx6r6s9i0sr1yrymg3n7jyjgrvdwp";
sha256 = "12y6gg4vyc1rhdm2c7pr7bgmdrah7ddphyh25fgh3way8l9gh7vw";
};

passthru = {