nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rt-tests: 2.4 -> 2.5

+2 -2
+2 -2
pkgs/os-specific/linux/rt-tests/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "rt-tests"; 11 - version = "2.4"; 11 + version = "2.5"; 12 12 13 13 src = fetchurl { 14 14 url = "https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/snapshot/${pname}-${version}.tar.gz"; 15 - sha256 = "sha256-yuSfeYTaCZ0F1GXQkDnH8PBvyzR2w/XDitN8csHB9xE="; 15 + sha256 = "sha256-LzN3YB3Lb7tjyEplrFaNYtiGwHUUTztZBsMrUndd2cU="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ makeWrapper ];