nix: Fix version

This commit is contained in:
Eelco Dolstra 2021-05-14 13:32:20 +02:00
parent 1872bbdae5
commit eac181da5d
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -196,7 +196,7 @@ in rec {
nixStable = callPackage common (rec {
pname = "nix";
version = "2.3.10";
version = "2.3.11";
src = fetchurl {
url = "https://nixos.org/releases/nix/${pname}-${version}/${pname}-${version}.tar.xz";
sha256 = "a8a85e55de43d017abbf13036edfb58674ca136691582f17080c1cd12787b7ab";