dconf2nix: 0.0.7 -> 0.0.8
This commit is contained in:
parent
ed9cff9073
commit
4ea29081fb
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue