diff options
| -rw-r--r-- | flake.lock | 6 | ||||
| -rw-r--r-- | nix-overlays/README | 13 | ||||
| -rw-r--r-- | nix-overlays/ldc/default.nix | 4 | ||||
| -rw-r--r-- | org/nixpkgs_overlays_d_related.org | 39 | 
4 files changed, 17 insertions, 45 deletions
| @@ -56,11 +56,11 @@      },      "nixpkgs": {        "locked": { -        "lastModified": 1689078114, -        "narHash": "sha256-osG8BrX5RpKJ7wH+vI6auOU+ctvNOblT4XXCgknK47c=", +        "lastModified": 1690441914, +        "narHash": "sha256-Ac+kJQ5z9MDAMyzSc0i0zJDx2i3qi9NjlW5Lz285G/I=",          "owner": "NixOS",          "repo": "nixpkgs", -        "rev": "b6cc7ff8fee93789bc871a267ab876c3fca042cb", +        "rev": "db8672b8d0a2593c2405aed0c1dfa64b2a2f428f",          "type": "github"        },        "original": { diff --git a/nix-overlays/README b/nix-overlays/README index 44e1585..4a0b069 100644 --- a/nix-overlays/README +++ b/nix-overlays/README @@ -7,13 +7,6 @@  #+COPYRIGHT:   Copyright (C) 2015 - 2023 Ralph Amissah  #+LANGUAGE:    en  #+STARTUP:     content hideblocks hidestars noindent entitiespretty -#+OPTIONS:     H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t -#+PROPERTY:    header-args  :exports code -#+PROPERTY:    header-args+ :noweb yes -#+PROPERTY:    header-args+ :eval no -#+PROPERTY:    header-args+ :results no -#+PROPERTY:    header-args+ :cache no -#+PROPERTY:    header-args+ :padline no  * README for D related overlays  ** dlang-nix-overlays @@ -23,7 +16,7 @@ compiler and build tools: ldc, dub and dtools, than exist in nixpkgs at the time  of publishing, in some cases with additional fixes.  nix overlays for (updates nixpkgs, more recent versions of): -  - ldc     ( 1.30.0 -> 1.32.2 ) +  - ldc     ( 1.30.0 -> 1.33.0 )    - dub     ( 1.23.0 -> 1.33.1 ) [for nix versions 1.31.0 ... 1.33.0 broken]    - dtools  ( 2.095.1 -> 2.103.1 ) @@ -56,13 +49,13 @@ search nixpkgs here:  - https://search.nixos.org/packages?channel=unstable&from=0&size=100&sort=relevance&query=  ** compilers -*** ldc OK ✓ ( 1.30.0 -> 1.32.2 ) +*** ldc OK ✓ ( 1.30.0 -> 1.33.0 )  - https://wiki.dlang.org/LDC  - https://github.com/ldc-developers/ldc    - https://github.com/ldc-developers/ldc/releases -    nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/archive/refs/tags/v1.32.2.tar.gz +    nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/archive/refs/tags/v1.33.0.tar.gz    - https://github.com/ldc-developers/ldc/issues  - version in nixpkgs: diff --git a/nix-overlays/ldc/default.nix b/nix-overlays/ldc/default.nix index d1ae254..3d56515 100644 --- a/nix-overlays/ldc/default.nix +++ b/nix-overlays/ldc/default.nix @@ -1,4 +1,4 @@  import ./generic.nix { -  version = "1.32.2"; -  sha256 = "sha256-v6Sq7nQyChJohDyI4inzObLfCVOkvLT87VLr4N2hzZU="; +  version = "1.33.0"; +  sha256 = "sha256-g0wbCMX1s6mPnvuvhjLw03fRfawcFxDkg8nuaEZYw6g=";  } diff --git a/org/nixpkgs_overlays_d_related.org b/org/nixpkgs_overlays_d_related.org index 76b93d9..3536d26 100644 --- a/org/nixpkgs_overlays_d_related.org +++ b/org/nixpkgs_overlays_d_related.org @@ -1,6 +1,6 @@  -*- mode: org -*-  #+TITLE:       D nix, dev shells with overlays -#+DESCRIPTION: dlang related nixpkgs of interest (dlang cvompilers & tools) +#+DESCRIPTION: dlang related nixpkgs of interest (dlang compilers & tools)  #+FILETAGS:    :nixos:nixpkgs:dlang:compiler:  #+AUTHOR:      Ralph Amissah  #+EMAIL:       [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] @@ -30,13 +30,6 @@  ,#+COPYRIGHT:   Copyright (C) 2015 - 2023 Ralph Amissah  ,#+LANGUAGE:    en  ,#+STARTUP:     content hideblocks hidestars noindent entitiespretty -,#+OPTIONS:     H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t -,#+PROPERTY:    header-args  :exports code -,#+PROPERTY:    header-args+ :noweb yes -,#+PROPERTY:    header-args+ :eval no -,#+PROPERTY:    header-args+ :results no -,#+PROPERTY:    header-args+ :cache no -,#+PROPERTY:    header-args+ :padline no  ,* README for D related overlays  ,** dlang-nix-overlays @@ -766,40 +759,26 @@ sha256 = "<<ldc_hash>>";  #+NAME: ldc_version  #+BEGIN_SRC nix -<<ldc_version_1_32_2>> +<<ldc_version_1_33_0>>  #+END_SRC  #+NAME: ldc_hash  #+BEGIN_SRC nix -<<ldc_hash_1_32_2>> +<<ldc_hash_1_33_0>>  #+END_SRC -**** 1.33.0-beta2 - -- nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/archive/refs/tags/v1.33.0-beta2.tar.gz - -#+NAME: ldc_version_1_33_0-beta2 -#+BEGIN_SRC nix -1.33.0-beta2 -#+END_SRC - -#+NAME: ldc_hash_1_33_0-beta2 -#+BEGIN_SRC nix -sha256-ICtIrLItQsvhCHFh3l7Ki1x154xI6ygmAbw+pmlFTlY= -#+END_SRC - -**** 1.33.0-beta1 +**** 1.33.0 OK ✓ -- nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/archive/refs/tags/v1.33.0-beta1.tar.gz +- nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/archive/refs/tags/v1.33.0.tar.gz -#+NAME: ldc_version_1_33_0-beta1 +#+NAME: ldc_version_1_33_0  #+BEGIN_SRC nix -1.33.0-beta1 +1.33.0  #+END_SRC -#+NAME: ldc_hash_1_33_0-beta1 +#+NAME: ldc_hash_1_33_0  #+BEGIN_SRC nix -sha256-axyjDAWwxHmG2yPhL6P8cF6XvVvapfw0AWLjUrVRoug= +sha256-g0wbCMX1s6mPnvuvhjLw03fRfawcFxDkg8nuaEZYw6g=  #+END_SRC  **** 1.32.2 OK ✓ | 
