numix-icon-theme-square: 22.08.07 -> 22.08.15

https://github.com/numixproject/numix-icon-theme-square/releases/tag/22.08.15
This commit is contained in:
kilianar 2022-08-16 21:49:57 +02:00
parent 5f6251aab7
commit a09957f96b

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "22.08.07";
version = "22.08.15";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-AWDahl9DUAEYY7OW9E323LOdM37INcAbEXA19FYRObE=";
sha256 = "sha256-VJsxZFzraCQPNr/zS7ElPk52Tq5YHrFxaQJMUuHcnLw=";
};
nativeBuildInputs = [ gtk3 ];