summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2024-06-05 12:49:45 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2024-06-05 14:14:18 +0200
commit9106eb8ad99147c1bc5830a903479672d2bd8cdf (patch)
tree424b6327b8cbab3e323882246bd5df3715ed2836 /pkgs/development/haskell-modules/configuration-common.nix
parent1516a75687501f31aa91824c2e4183dcb281bc4d (diff)
haskellPackages.selda: unbreak
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index c88ffdd329bb..5252b2e6c1a0 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -963,12 +963,12 @@ self: super: {
# See https://github.com/valderman/selda/issues/187
inherit (let
mkSeldaPackage = name: overrideCabal (drv: {
- version = "2023-02-05-unstable";
+ version = "2024-05-05-unstable";
src = pkgs.fetchFromGitHub {
owner = "valderman";
repo = "selda";
- rev = "ab9619db13b93867d1a244441bb4de03d3e1dadb";
- hash = "sha256-P0nqAYzbeTyEEgzMij/3mKcs++/p/Wgc7Y6bDudXt2U=";
+ rev = "50c3ba5c5da72bb758a4112363ba2fe1c0e968ea";
+ hash = "sha256-LEAJsSsDL0mmVHntnI16fH8m5DmePfcU0hFw9ErqTgQ=";
} + "/${name}";
}) super.${name};
in