Merge pull request #105813 from gvolpe/dconf2nix-v0.0.7

dconf2nix: 0.0.6 -> 0.0.7
This commit is contained in:
maralorn 2020-12-03 22:02:19 +01:00 committed by GitHub
commit cc9dda51fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
}: }:
mkDerivation { mkDerivation {
pname = "dconf2nix"; pname = "dconf2nix";
version = "0.0.6"; version = "0.0.7";
src = fetchgit { src = fetchgit {
url = "https://github.com/gvolpe/dconf2nix.git"; url = "https://github.com/gvolpe/dconf2nix.git";
sha256 = "0ql3xrr05kg1xrfxq86mhzh5ky33sngx57sahzck3rb8fv2g6amv"; sha256 = "04p8di1ckv5fkfa61pjg5xp8vcw091lz1kw39lh4w8ks2zjwaha1";
rev = "cf976e033c1a89f897924baa219c3b227fe68489"; rev = "34c523e920b79208c3b4c0ad371900b0948799f7";
fetchSubmodules = true; fetchSubmodules = true;
}; };
isLibrary = true; isLibrary = true;