lol

linuxPackages.rr-zen_workaround: 2020-09-22 -> 2023-11-23

Fixes: BUG: scheduling while atomic

+3 -3
+3 -3
pkgs/development/tools/analysis/rr/zen_workaround.nix
··· 6 6 */ 7 7 stdenv.mkDerivation rec { 8 8 pname = "rr-zen_workaround"; 9 - version = "2020-09-22"; 9 + version = "2023-11-23"; 10 10 11 11 src = fetchzip { 12 - url = "https://gist.github.com/glandium/01d54cefdb70561b5f6675e08f2990f2/archive/2f430f0c136a69b0886281d0c76708997d8878af.zip"; 13 - sha256 = "1mbmbyymgl75wparv3rgnyxnc44rd6n935jziz9anl9apy031ryi"; 12 + url = "https://gist.github.com/glandium/01d54cefdb70561b5f6675e08f2990f2/archive/f9d2070a7d87388da39acd157e0e53666a7d6ee0.zip"; 13 + sha256 = "sha256-VqqKYjd8J7Uh5ea+PjLT93cNdQFvGIwGu4bzx+weSvo="; 14 14 }; 15 15 16 16 hardeningDisable = [ "pic" ];