Skip to content

Commit

Permalink
update rtirq
Browse files Browse the repository at this point in the history
  the version from January 2019 no longer exists in the mirrors used during nixos-rebuild
  • Loading branch information
JeffreyBenjaminBrown authored and henrytill committed Jan 13, 2020
1 parent ec088e1 commit e1f6b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/rtirq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "rtirq";
version = "20190129";
version = "20191121";

src = fetchurl {
url = "http://www.rncbc.org/archive/${name}-${version}.tar.gz";
sha256 = "1qclzpldvx6s7vr8ff2bv2jwp3pxdbanbph33hyicrjg8sy6q4ka";
sha256 = "0yb1d640z93kspwxihqsra26fyhazp24grcdy3fdkbnffprl5nx1";
};

phases = [ "unpackPhase" "patchPhase" "installPhase" ];
Expand Down

0 comments on commit e1f6b85

Please sign in to comment.