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

Commits on Oct 13, 2018

  1. cryptodev-linux: update meta.homepage

    gna.org forge is closed
    c0bw3b authored Oct 13, 2018
    Copy the full SHA
    c7f2757 View commit details
  2. Merge pull request #48333 from c0bw3b/pkg/cryptodev

    cryptodev-linux: update meta.homepage
    Mic92 authored Oct 13, 2018
    Copy the full SHA
    2423166 View commit details
Showing with 1 addition and 2 deletions.
  1. +1 −2 pkgs/os-specific/linux/cryptodev/default.nix
3 changes: 1 addition & 2 deletions pkgs/os-specific/linux/cryptodev/default.nix
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@ stdenv.mkDerivation rec {
src = fetchurl {
urls = [
"http://nwl.cc/pub/cryptodev-linux/${pname}.tar.gz"
"http://download.gna.org/cryptodev-linux/${pname}.tar.gz"
];
sha256 = "0l3r8s71vkd0s2h01r7fhqnc3j8cqw4msibrdxvps9hfnd4hnk4z";
};
@@ -20,7 +19,7 @@ stdenv.mkDerivation rec {

meta = {
description = "Device that allows access to Linux kernel cryptographic drivers";
homepage = http://home.gna.org/cryptodev-linux/;
homepage = http://cryptodev-linux.org/;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
broken = !stdenv.lib.versionOlder kernel.version "4.13";