Merge pull request #184000 from r-ryantm/auto-update/flat-remix-gnome

flat-remix-gnome: 20220524 -> 20220622
This commit is contained in:
Bobby Rong 2022-08-02 19:56:19 +08:00 committed by GitHub
commit 53eb5b1842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation rec {
pname = "flat-remix-gnome";
version = "20220524";
version = "20220622";
src = fetchFromGitHub {
owner = "daniruiz";
repo = pname;
rev = version;
hash = "sha256-m7Er6F0VWcdV3+oUPfhJJq80oaht15hBFtg7JQgZJI8=";
hash = "sha256-fm1YOKI6TLkCnkkPZkp8I0xWkNrZt4sVktYZyD5foKU=";
};
nativeBuildInputs = [ glib fake-dconf ];