diff options
| author | Gabriel Volpe <volpegabriel@gmail.com> | 2021-05-25 17:54:47 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-01 00:04:48 +0000 |
| commit | a6a62cb3b4852aafdfb1ec307ba86a813169b46f (patch) | |
| tree | a4541d098abf2321eed9a7eae2990fd5c7388629 | |
| parent | Merge pull request #125134 from NixOS/backport-124950-to-release-21.05 (diff) | |
| download | nixpkgs-origin/backport-124398-to-release-21.05.tar.gz | |
dconf2nix: 0.0.7 -> 0.0.8origin/backport-124398-to-release-21.05
(cherry picked from commit 4ea29081fbbf601b3b626f3de74a14b7e8718fa9)
| -rw-r--r-- | pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix b/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix index b857b910f0a5..3ebbc9b03396 100644 --- a/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix +++ b/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix @@ -1,13 +1,13 @@ -{ mkDerivation, base, containers, fetchgit, hedgehog -, optparse-applicative, parsec, lib, template-haskell, text +{ mkDerivation, base, containers, fetchgit, hedgehog, lib +, optparse-applicative, parsec, template-haskell, text }: mkDerivation { pname = "dconf2nix"; - version = "0.0.7"; + version = "0.0.8"; src = fetchgit { url = "https://github.com/gvolpe/dconf2nix.git"; - sha256 = "04p8di1ckv5fkfa61pjg5xp8vcw091lz1kw39lh4w8ks2zjwaha1"; - rev = "34c523e920b79208c3b4c0ad371900b0948799f7"; + sha256 = "19jk3p0ys3lbqk21lm37a7alkg2vhnmkvcffjqfxrw8p4737hxid"; + rev = "6bf3d7d4ca9f553a9e1ba4a70a65640114d230b2"; fetchSubmodules = true; }; isLibrary = true; |
