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

Commits on Mar 10, 2020

  1. slimserver: 7.9.1 -> 7.9.2

    nyanloutre committed Mar 10, 2020
    Copy the full SHA
    1b099f9 View commit details

Commits on Nov 24, 2020

  1. Merge pull request #82296 from nyanloutre/slimserver_7_9_2

    slimserver: 7.9.1 -> 7.9.2
    SuperSandro2000 authored Nov 24, 2020
    Copy the full SHA
    38fce64 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/slimserver/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/slimserver/default.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@

perlPackages.buildPerlPackage rec {
pname = "slimserver";
version = "7.9.1";
version = "7.9.2";

src = fetchurl {
url = "https://github.com/Logitech/slimserver/archive/${version}.tar.gz";
sha256 = "0szp5zkmx2b5lncsijf97asjnl73fyijkbgbwkl1i7p8qnqrb4mp";
sha256 = "1rn9y7xvg5aqmgcbfpi7lcqy8d7hgwqx8b2llzpzrv7854zm1wcw";
};

buildInputs = [