diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-06-23 20:58:20 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-11-28 11:22:01 +0000 |
| commit | 922bb090dc0b0b20986b972116e6d0a0fa493005 (patch) | |
| tree | 399a14430e5a4adff77050d92dd3ff0a149b68c7 | |
| parent | Merge pull request #270614 from NixOS/backport-270547-to-release-23.11 (diff) | |
| download | nixpkgs-origin/backport-197336-to-release-23.11.tar.gz | |
dconf2nix: 0.0.12 -> 0.1.1origin/backport-197336-to-release-23.11
(cherry picked from commit c502300eccc097603a46e57869ee988e77ab3b4d)
| -rw-r--r-- | pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix b/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix index 66341d2c8c50..eae92da19267 100644 --- a/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix +++ b/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix @@ -3,11 +3,11 @@ }: mkDerivation { pname = "dconf2nix"; - version = "0.0.12"; + version = "0.1.1"; src = fetchgit { url = "https://github.com/gvolpe/dconf2nix.git"; - sha256 = "0cy47g6ksxf7p0qnzljg0c5dv65r79krkzw6iasivv8czc2lv8sc"; - rev = "101e102c6a3aa79d1787e2ae77fa3379153d29f8"; + sha256 = "0frqnq7ryr4gvkbb67n0615d9h1blps2kp55ic05n7wxyh26adgz"; + rev = "2fc3b0dfbbce9f1ea2ee89f3689a7cb95b33b63f"; fetchSubmodules = true; }; isLibrary = true; |
