tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rt-tests: 2.3 -> 2.4
R. Ryantm
3 years ago
eef976c5
cb57a28b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
rt-tests
default.nix
+2
-2
pkgs/os-specific/linux/rt-tests/default.nix
···
8
8
9
9
stdenv.mkDerivation rec {
10
10
pname = "rt-tests";
11
11
-
version = "2.3";
11
11
+
version = "2.4";
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
15
-
sha256 = "Q+rNdpRdsmW2gcsrfwg12EzpvO6qlEP/Mb/OWQMNmr8=";
15
15
+
sha256 = "sha256-yuSfeYTaCZ0F1GXQkDnH8PBvyzR2w/XDitN8csHB9xE=";
16
16
};
17
17
18
18
nativeBuildInputs = [ makeWrapper ];