diff options
author | lassulus <lassulus@lassul.us> | 2022-04-15 17:48:08 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-04-15 17:48:08 +0200 |
commit | 1e248bd680ef5f3674b3259667ca4199e36797b3 (patch) | |
tree | fc72139741f01e0d28cb91e0acbcab21f3b8e98d | |
parent | c32797f7a18dc657f5d6ff08af38891904416154 (diff) | |
parent | 59056a2e404544b418bf7be0cfb087ac292761fc (diff) |
Merge remote-tracking branch 'ni/master'
-rw-r--r-- | krebs/5pkgs/haskell/xmonad-stockholm.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/5pkgs/haskell/xmonad-stockholm.nix b/krebs/5pkgs/haskell/xmonad-stockholm.nix index 5fe348799..c43dbe271 100644 --- a/krebs/5pkgs/haskell/xmonad-stockholm.nix +++ b/krebs/5pkgs/haskell/xmonad-stockholm.nix @@ -6,8 +6,8 @@ mkDerivation { version = "1.3.1"; src = fetchgit { url = "https://cgit.krebsco.de/xmonad-stockholm"; - sha256 = "1x5fjjrdgswv7fjnnmwvv2zicdszmkrsh564m7za4y54zg57wsx2"; - rev = "3cd58b7d415d320e67516be952be8d30c020bd81"; + sha256 = "1m4kkppy143jvjzhy5aawh8q6sglpnqhiajxbdcr42j02ibf3vvq"; + rev = "89bae8aad73db8fe9e11da7d515f0b236e7fea51"; fetchSubmodules = true; }; libraryHaskellDepends = [ |