mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
nix: Fix version
This commit is contained in:
parent
1872bbdae5
commit
eac181da5d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user