Merge pull request #165525 from r-ryantm/auto-update/flat-remix-gtk

flat-remix-gtk: 20220310 -> 20220321
This commit is contained in:
Maciej Krüger 2022-03-25 11:20:00 +01:00 committed by GitHub
commit 6a9b74a92e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "flat-remix-gtk";
version = "20220310";
version = "20220321";
src = fetchFromGitHub {
owner = "daniruiz";
repo = pname;
rev = version;
sha256 = "sha256-fKkqMGb1UopjM7hTTury1I3oD5AlHqKP+WLmgAZIQxo=";
sha256 = "sha256-QFG/jh3tPO0eflyDQaC1PJL/SavYD/W6rYp26Rxe/2E=";
};
dontBuild = true;