From 306f35c135251e0b6760ac191c3111b030727813 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 18 Dec 2023 02:58:27 +0300 Subject: 2023-12-18 --- modules/common/common/nix.nix | 2 +- modules/common/common/shell/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/common') diff --git a/modules/common/common/nix.nix b/modules/common/common/nix.nix index 3735174..4f13a13 100644 --- a/modules/common/common/nix.nix +++ b/modules/common/common/nix.nix @@ -86,7 +86,7 @@ with lib; { nixpkgs.overlays = with inputs; [ self.overlays.default (_: _: { - inherit (pkgsPr 270503 "sha256-f0eQY+PzwgtQoaIY+uslh8yqSfFHDYLEQUODO0FxTf0=") soju; + inherit (pkgsPr 274745 "sha256-VqBdz6OERQ7dUxWVG+aAeKWuRoPIgfZPipfNdX122WM=") beets-unstable; }) ]; diff --git a/modules/common/common/shell/default.nix b/modules/common/common/shell/default.nix index b50459d..5731f26 100644 --- a/modules/common/common/shell/default.nix +++ b/modules/common/common/shell/default.nix @@ -86,8 +86,8 @@ in { (super.patches or []) ++ [ (fetchpatch { - url = "https://raw.githubusercontent.com/jarun/advcpmv/a1f8b505e691737db2f7f2b96275802c45f65c59/advcpmv-0.9-9.3.patch"; - hash = "sha256-I25F7uHESUsMDZFYTv8/56eR8QwelIPpABRXTgvszQI="; + url = "https://raw.githubusercontent.com/jarun/advcpmv/a1f8b505e691737db2f7f2b96275802c45f65c59/advcpmv-0.9-9.4.patch"; + hash = "sha256-4fdqpkENPfra4nFQU4+xNrlfq6Dw/2JIZXUOMmdMtcM="; }) ]; })) -- cgit v1.2.3