Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

numix-icon-theme: 20.03.20 -> 20.06.07

+2 -2
+2 -2
pkgs/data/icons/numix-icon-theme/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "numix-icon-theme"; 5 - version = "20.03.20"; 6 7 src = fetchFromGitHub { 8 owner = "numixproject"; 9 repo = pname; 10 rev = version; 11 - sha256 = "092f8k38xf9yz898nrangm0ia211d41z8kx0v6njfqfgpiad1s7q"; 12 }; 13 14 nativeBuildInputs = [ gtk3 ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "numix-icon-theme"; 5 + version = "20.06.07"; 6 7 src = fetchFromGitHub { 8 owner = "numixproject"; 9 repo = pname; 10 rev = version; 11 + sha256 = "1yp9parc8ihmai8pswf4qzrqd88qpls87ipq8ylx38yqns7wsn4h"; 12 }; 13 14 nativeBuildInputs = [ gtk3 ];