Commit 7be664a7 authored by Robert Hensing's avatar Robert Hensing Committed by Jörg Thalheim
Browse files

nixVersions.nix_2_26: 2.26.1 -> 2.26.3

parent 56515d0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ in lib.makeExtensible (self: ({
    self_attribute_name = "nix_2_25";
  };

  nix_2_26 = addTests "nix_2_26" (callPackage ./2_26/componentized.nix { });
  nix_2_26 = addTests "nix_2_26" (callPackage ./vendor/2_26/componentized.nix { });

  git = common rec {
    version = "2.25.0";
+1 −1
Original line number Diff line number Diff line
2.26.1
 No newline at end of file
2.26.3
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
{
    "owner": "NixOS",
    "repo": "nix",
    "rev": "36bd92736faaf81c6af3dff8f560963eb4e76b14",
    "hash": "sha256-1T7WRNfUMsiiNB77BuHElzjavguL8oJx+wBtfMcobq8="
    "rev": "42fc03dd1f12df2d9152303f3fb8bf22b746462c",
    "hash": "sha256-5ZV8YqU8mfFmoAMiUEuBqNwk0T3vUR//x1D12BiYCeY="
}