From 61c6ed24e51ede49498d69555e02fb6524fe77ed Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Fri, 23 Jan 2026 12:46:42 -0500 Subject: [PATCH] guix: 1.4.0-unstable-2025-06-24 -> 1.5.0 Changelog: https://codeberg.org/guix/guix/raw/tag/v1.5.0/NEWS Announcement: https://guix.gnu.org/blog/2026/gnu-guix-1.5.0-released/ --- pkgs/by-name/gu/guix/package.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/by-name/gu/guix/package.nix b/pkgs/by-name/gu/guix/package.nix index 9d025752c5be..e074858b47ba 100644 --- a/pkgs/by-name/gu/guix/package.nix +++ b/pkgs/by-name/gu/guix/package.nix @@ -38,17 +38,14 @@ storeDir ? "/gnu/store", confDir ? "/etc", }: -let - rev = "30a5d140aa5a789a362749d057754783fea83dde"; -in stdenv.mkDerivation (finalAttrs: { pname = "guix"; - version = "1.4.0-unstable-2025-06-24"; + version = "1.5.0"; src = fetchgit { url = "https://codeberg.org/guix/guix.git"; - inherit rev; - hash = "sha256-QsOYApnwA2hb1keSv6p3EpMT09xCs9uyoSeIdXzftF0="; + tag = "v${finalAttrs.version}"; + hash = "sha256-/g8JMUGM5GaZjtPLnl4vlrBNYMxSTjsHUDdhKLtHaQA="; }; patches = [ @@ -124,6 +121,9 @@ stdenv.mkDerivation (finalAttrs: { "--localstatedir=${stateDir}" "--sysconfdir=${confDir}" "--with-bash-completion-dir=$(out)/etc/bash_completion.d" + "--with-zsh-completion-dir=$(out)/share/zsh/site-functions" + "--with-fish-completion-dir=$(out)/share/fish/vendor_completions.d" + "--with-apparmor-profile-dir=$(out)/etc/apparmor.d" ]; preAutoreconf = '' @@ -161,7 +161,7 @@ stdenv.mkDerivation (finalAttrs: { Guix is based on the Nix package manager. ''; homepage = "https://guix.gnu.org/"; - changelog = "https://codeberg.org/guix/guix/raw/commit/${finalAttrs.version}/NEWS"; + changelog = "https://codeberg.org/guix/guix/raw/tag/v${finalAttrs.version}/NEWS"; license = lib.licenses.gpl3Plus; mainProgram = "guix"; maintainers = with lib.maintainers; [