Commit 9d6e0fcf authored by aleksana's avatar aleksana
Browse files

nixVersions.nix_2_18: 2.18.5 -> 2.18.7

parent 1517e22c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -151,8 +151,8 @@ in lib.makeExtensible (self: ({
  };

  nix_2_18 = common {
    version = "2.18.5";
    hash = "sha256-xEcYQuJz6DjdYfS6GxIYcn8U+3Hgopne3CvqrNoGguQ=";
    version = "2.18.7";
    hash = "sha256-ZfcL4utJHuxCGILb/zIeXVVbHkskgp70+c2IitkFJwA=";
    self_attribute_name = "nix_2_18";
  };