Commit 107532d6 authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

nixVersions.nix_2_21: 2.21.4 -> 2.21.5

parent 381a7120
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -193,8 +193,8 @@ in lib.makeExtensible (self: ({
  };

  nix_2_21 = common {
    version = "2.21.4";
    hash = "sha256-c6nVZ0pSrfhFX3eVKqayS+ioqyAGp3zG9ZPO5rkXFRQ=";
    version = "2.21.5";
    hash = "sha256-/+TLpd6hvYMJFoeJvVZ+bZzjwY/jP6CxJRGmwKcXbI0=";
    self_attribute_name = "nix_2_21";
  };