flat-remix-gnome: 20220524 -> 20220622

This commit is contained in:
R. Ryantm 2022-07-30 16:42:51 +00:00
parent 48f86ac8c8
commit 0c24fec84d

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 ];