flat-remix-gtk: 20220330 -> 20220412

This commit is contained in:
R. Ryantm 2022-04-22 17:51:36 +00:00
parent 165da7245c
commit 44d586b8a3

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "flat-remix-gtk";
version = "20220330";
version = "20220412";
src = fetchFromGitHub {
owner = "daniruiz";
repo = pname;
rev = version;
sha256 = "sha256-TRBjttAYpx3M/Qza6N9dJy50vQtUOJGmdLNdobnAt2Y=";
sha256 = "sha256-LIGYPsOoPN3KIe0XrjCIf7yV3p3Gfzx8zci57+HzW18=";
};
dontBuild = true;